Left: | ||
Right: |
OLD | NEW |
---|---|
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 permissions = tabs | |
6 <all_urls> | |
7 optionalPermissions = webRequest | |
8 backgroundScripts = ext/common.js | 5 backgroundScripts = ext/common.js |
9 ext/background.js | 6 ext/background.js |
10 testScripts = ../ext/common.js | 7 testScripts = ../ext/common.js |
11 ../ext/background.js | 8 ../ext/background.js |
12 devtools = devtools.html | 9 devtools = devtools.html |
13 options = options.html | 10 options = options.html |
14 managedStorageSchema = storage.json | 11 managedStorageSchema = storage.json |
15 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 |
16 icons = icons/abp-16.png | 13 icons = icons/abp-16.png |
17 webAccessible = images/*.png | 14 |
Sebastian Noack
2018/04/12 12:19:24
Please update https://issues.adblockplus.org/ticke
tlucas
2018/04/12 13:47:39
Will do, as soon as we sorted out, what actually n
| |
15 [manifest] | |
16 permissions[] = tabs | |
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 <all_urls> | |
18 optionalPermissions[] = webRequest | |
19 webAccessible[] = images/*.png | |
20 externallyConnectable.matches[] = https://*.google.com/* | |
21 *://*.chromium.org/* | |
22 externallyConnectable.ids[] = foo | |
23 bar | |
24 externallyConnectable.accepts_tls_channel_id = true\b | |
18 | 25 |
19 [contentScripts] | 26 [contentScripts] |
20 planets = content.js | 27 planets = content.js |
21 | 28 |
22 [mapping] | 29 [mapping] |
23 logo_44.png = chrome/icons/abp-44.png | 30 logo_44.png = chrome/icons/abp-44.png |
24 foo/logo_50.png = chrome/icons/abp-50.png | 31 foo/logo_50.png = chrome/icons/abp-50.png |
25 icons/logo_150.png = chrome/icons/abp-150.png | 32 icons/logo_150.png = chrome/icons/abp-150.png |
26 | 33 |
27 [compat] | 34 [compat] |
28 chrome = 49.0 | 35 chrome = 49.0 |
29 opera = 36.0 | 36 opera = 36.0 |
30 | 37 |
31 [import_locales] | 38 [import_locales] |
32 _modules/*/module.json = =* | 39 _modules/*/module.json = =* |
33 _modules/*/unit.properties = =* | 40 _modules/*/unit.properties = =* |
34 _imp/*/gecko.dtd = =* | 41 _imp/*/gecko.dtd = =* |
35 | 42 |
36 [bundles] | 43 [bundles] |
37 lib/foo.js = ext/a.js | 44 lib/foo.js = ext/a.js |
38 lib/b.js | 45 lib/b.js |
OLD | NEW |