Left: | ||
Right: |
LEFT | RIGHT |
---|---|
1 [general] | 1 [general] |
2 version = 1.2.3 | 2 version = 1.2.3 |
3 author = eyeo GmbH | 3 author = eyeo GmbH |
4 basename = adblockpluschrome | 4 basename = adblockpluschrome |
5 backgroundScripts = ext/common.js | 5 backgroundScripts = |
6 ext/common.js | |
6 ext/background.js | 7 ext/background.js |
7 testScripts = ../ext/common.js | 8 testScripts = |
9 ../ext/common.js | |
8 ../ext/background.js | 10 ../ext/background.js |
9 devtools = devtools.html | |
10 options = options.html | 11 options = options.html |
11 managedStorageSchema = storage.json | |
12 browserAction = icons/abp-16.png icons/abp-19.png icons/abp-53.png popup.html | 12 browserAction = icons/abp-16.png icons/abp-19.png icons/abp-53.png popup.html |
13 icons = icons/abp-16.png | 13 icons = icons/abp-16.png |
14 | 14 |
15 [manifest] | 15 [manifest] |
16 permissions[] = tabs | 16 devtools_page = devtools.html |
Sebastian Noack
2018/04/12 12:19:23
I think its more readable if we put all items on a
tlucas
2018/04/12 13:47:39
Done.
| |
17 storage.managed_schema = storage.json | |
18 permissions = | |
19 tabs | |
17 <all_urls> | 20 <all_urls> |
18 optionalPermissions[] = webRequest | 21 optional_permissions = |
19 webAccessible[] = images/*.png | 22 webRequest |
20 externallyConnectable.matches[] = https://*.google.com/* | 23 web_accessible_resources = |
24 images/*.png | |
25 externally_connectable.matches = | |
26 https://*.google.com/* | |
21 *://*.chromium.org/* | 27 *://*.chromium.org/* |
22 externallyConnectable.ids[] = foo | 28 externally_connectable.ids = |
29 foo | |
23 bar | 30 bar |
24 externallyConnectable.accepts_tls_channel_id = true\b | 31 externally_connectable.accepts_tls_channel_id = bool:true |
25 | 32 |
26 [contentScripts] | 33 [contentScripts] |
27 planets = content.js | 34 planets = content.js |
28 | 35 |
29 [mapping] | 36 [mapping] |
30 logo_44.png = chrome/icons/abp-44.png | 37 logo_44.png = chrome/icons/abp-44.png |
31 foo/logo_50.png = chrome/icons/abp-50.png | 38 foo/logo_50.png = chrome/icons/abp-50.png |
32 icons/logo_150.png = chrome/icons/abp-150.png | 39 icons/logo_150.png = chrome/icons/abp-150.png |
33 | 40 |
34 [compat] | 41 [compat] |
35 chrome = 49.0 | 42 chrome = 49.0 |
36 opera = 36.0 | 43 opera = 36.0 |
37 | 44 |
38 [import_locales] | 45 [import_locales] |
39 _modules/*/module.json = =* | 46 _modules/*/module.json = =* |
40 _modules/*/unit.properties = =* | 47 _modules/*/unit.properties = =* |
41 _imp/*/gecko.dtd = =* | 48 _imp/*/gecko.dtd = =* |
42 | 49 |
43 [bundles] | 50 [bundles] |
44 lib/foo.js = ext/a.js | 51 lib/foo.js = |
52 ext/a.js | |
45 lib/b.js | 53 lib/b.js |
LEFT | RIGHT |