|
1 | 1 | { |
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" |
40 | 40 | } |
0 commit comments