LEFT | RIGHT |
(no file at all) | |
1 { | 1 { |
2 "applications": { | 2 "applications": { |
3 "gecko": { | 3 "gecko": { |
4 "id": "{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}", | 4 "id": "{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}", |
5 "strict_min_version": "50.0" | 5 "strict_min_version": "50.0" |
6 } | 6 } |
7 }, | 7 }, |
8 "author": "eyeo GmbH", | 8 "author": "eyeo GmbH", |
9 "background": { | 9 "background": { |
10 "persistent": true, | 10 "persistent": true, |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 "https://*.google.com/*", | 49 "https://*.google.com/*", |
50 "*://*.chromium.org/*" | 50 "*://*.chromium.org/*" |
51 ] | 51 ] |
52 }, | 52 }, |
53 "icons": { | 53 "icons": { |
54 "16": "icons/abp-16.png" | 54 "16": "icons/abp-16.png" |
55 }, | 55 }, |
56 "manifest_version": 2, | 56 "manifest_version": 2, |
57 "minimum_chrome_version": "49.0", | 57 "minimum_chrome_version": "49.0", |
58 "minimum_opera_version": "36.0", | 58 "minimum_opera_version": "36.0", |
59 "name": "__MSG_name__", | 59 "name": "__MSG_name_releasebuild__", |
60 "optional_permissions": [ | 60 "optional_permissions": [ |
61 "webRequest" | 61 "webRequest" |
62 ], | 62 ], |
63 "options_ui": { | 63 "options_ui": { |
64 "open_in_tab": true, | 64 "open_in_tab": true, |
65 "page": "options.html" | 65 "page": "options.html" |
66 }, | 66 }, |
67 "permissions": [ | 67 "permissions": [ |
68 "tabs", | 68 "tabs", |
69 "<all_urls>" | 69 "<all_urls>" |
70 ], | 70 ], |
71 "short_name": "__MSG_name__", | 71 "short_name": "__MSG_name__", |
72 "storage": { | 72 "storage": { |
73 "managed_schema": "storage.json" | 73 "managed_schema": "storage.json" |
74 }, | 74 }, |
75 "version": "1.2.3", | 75 "version": "1.2.3", |
76 "web_accessible_resources": [ | 76 "web_accessible_resources": [ |
77 "images/*.png" | 77 "images/*.png" |
78 ] | 78 ] |
79 } | 79 } |
LEFT | RIGHT |