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": "devbuild@adblockplus.org", |
5 "strict_min_version": "50.0", | 5 "strict_min_version": "50.0", |
6 "update_url": "https://downloads.adblockplus.org/devbuilds/adblockplusfire
fox/updates.json" | 6 "update_url": "https://downloads.adblockplus.org/devbuilds/adblockplusfire
fox/updates.json" |
7 } | 7 } |
8 }, | 8 }, |
9 "author": "eyeo GmbH", | 9 "author": "eyeo GmbH", |
10 "background": { | 10 "background": { |
11 "persistent": true, | 11 "persistent": true, |
12 "scripts": [ | 12 "scripts": [ |
13 "ext/common.js", | 13 "ext/common.js", |
14 "ext/background.js" | 14 "ext/background.js" |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 ], | 60 ], |
61 "short_name": "__MSG_name__", | 61 "short_name": "__MSG_name__", |
62 "storage": { | 62 "storage": { |
63 "managed_schema": "storage.json" | 63 "managed_schema": "storage.json" |
64 }, | 64 }, |
65 "version": "1.2.3.1337", | 65 "version": "1.2.3.1337", |
66 "web_accessible_resources": [ | 66 "web_accessible_resources": [ |
67 "images/*.png" | 67 "images/*.png" |
68 ] | 68 ] |
69 } | 69 } |
LEFT | RIGHT |