Skip to content

Commit edca7fb

Browse files
committed
Finish readme
1 parent 3ba25d4 commit edca7fb

2 files changed

Lines changed: 46 additions & 46 deletions

File tree

src/host/nativehost.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "com.asheroto.regjump",
3-
"description": "Registry Jumper Native Host",
4-
"path": "run-host.cmd",
5-
"type": "stdio",
6-
"allowed_origins": [
7-
"chrome-extension://oeclndhlgfilojjhmciifnjopekeieei/",
8-
"chrome-extension://mhaojmcnomblooljdnembgmajlmoecin/"
9-
]
2+
"name": "com.asheroto.regjump",
3+
"description": "Registry Jumper Native Host",
4+
"path": "run-host.cmd",
5+
"type": "stdio",
6+
"allowed_origins": [
7+
"chrome-extension://oeclndhlgfilojjhmciifnjopekeieei/",
8+
"chrome-extension://mhaojmcnomblooljdnembgmajlmoecin/"
9+
]
1010
}

src/manifest.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
{
2-
"author": "asheroto",
3-
"background": {
4-
"service_worker": "background.js"
5-
},
6-
"description": "Opens the selected registry key in regedit using Sysinternals RegJump.",
7-
"homepage_url": "https://github.com/asheroto/Registry-Jumper",
8-
"icons": {
9-
"16": "img/icon/16.png",
10-
"48": "img/icon/48.png",
11-
"64": "img/icon/64.png",
12-
"128": "img/icon/128.png",
13-
"256": "img/icon/256.png"
14-
},
15-
"manifest_version": 3,
16-
"name": "Registry Jumper",
17-
"options_page": "options.html",
18-
"offline_enabled": true,
19-
"permissions": [
20-
"contextMenus",
21-
"activeTab",
22-
"nativeMessaging"
23-
],
24-
"host_permissions": [
25-
"<all_urls>"
26-
],
27-
"content_scripts": [
28-
{
29-
"matches": [
30-
"<all_urls>"
31-
],
32-
"js": [
33-
"content.js"
34-
],
35-
"run_at": "document_end"
36-
}
37-
],
38-
"update_url": "https://clients2.google.com/service/update2/crx",
39-
"version": "2.1.0"
2+
"author": "asheroto",
3+
"background": {
4+
"service_worker": "background.js"
5+
},
6+
"description": "Opens the selected registry key in regedit using Sysinternals RegJump.",
7+
"homepage_url": "https://github.com/asheroto/Registry-Jumper",
8+
"icons": {
9+
"16": "img/icon/16.png",
10+
"48": "img/icon/48.png",
11+
"64": "img/icon/64.png",
12+
"128": "img/icon/128.png",
13+
"256": "img/icon/256.png"
14+
},
15+
"manifest_version": 3,
16+
"name": "Registry Jumper",
17+
"options_page": "options.html",
18+
"offline_enabled": true,
19+
"permissions": [
20+
"contextMenus",
21+
"activeTab",
22+
"nativeMessaging"
23+
],
24+
"host_permissions": [
25+
"\u003call_urls\u003e"
26+
],
27+
"content_scripts": [
28+
{
29+
"matches": [
30+
"\u003call_urls\u003e"
31+
],
32+
"js": [
33+
"content.js"
34+
],
35+
"run_at": "document_end"
36+
}
37+
],
38+
"update_url": "https://clients2.google.com/service/update2/crx",
39+
"version": "2.1.0"
4040
}

0 commit comments

Comments
 (0)