OLD | NEW |
1 { | 1 { |
2 "author": "Eyeo GmbH", | 2 "author": "Eyeo GmbH", |
3 "background": { | 3 "background": { |
4 "page": "background.html", | 4 "page": "background.html", |
5 "persistent": true | 5 "persistent": true |
6 }, | 6 }, |
7 "browser_action": { | 7 "browser_action": { |
8 "default_icon": { | 8 "default_icon": { |
9 "19": "icons/abp-19.png", | 9 "19": "icons/abp-19.png", |
10 "38": "icons/abp-38.png" | 10 "20": "icons/abp-20.png", |
| 11 "38": "icons/abp-38.png", |
| 12 "40": "icons/abp-40.png" |
11 }, | 13 }, |
12 "default_popup": "popup.html", | 14 "default_popup": "popup.html", |
13 "default_title": "__MSG_name__" | 15 "default_title": "__MSG_name__" |
14 }, | 16 }, |
15 "content_scripts": [ | 17 "content_scripts": [ |
16 { | 18 { |
17 "all_frames": true, | 19 "all_frames": true, |
18 "js": [ | 20 "js": [ |
19 "ext/common.js", | 21 "ext/common.js", |
20 "ext/content.js", | 22 "ext/content.js", |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 "short_name": "__MSG_name__", | 72 "short_name": "__MSG_name__", |
71 "storage": { | 73 "storage": { |
72 "managed_schema": "managed-storage-schema.json" | 74 "managed_schema": "managed-storage-schema.json" |
73 }, | 75 }, |
74 "version": "0.9.7.0", | 76 "version": "0.9.7.0", |
75 "-ms-preload": { | 77 "-ms-preload": { |
76 "backgroundScript": "backgroundScriptsAPIBridge.js", | 78 "backgroundScript": "backgroundScriptsAPIBridge.js", |
77 "contentScript": "contentScriptsAPIBridge.js" | 79 "contentScript": "contentScriptsAPIBridge.js" |
78 } | 80 } |
79 } | 81 } |
OLD | NEW |