LEFT | RIGHT |
(no file at all) | |
| 1 [default] |
| 2 inherit = metadata.chrome |
| 3 |
1 [general] | 4 [general] |
2 version = 1.2.3 | |
3 author = Eyeo GmbH | |
4 basename = adblockplusedge | 5 basename = adblockplusedge |
5 app_id_release = EyeoGmbH.AdblockPlus | 6 app_id_release = EyeoGmbH.AdblockPlus |
6 app_id_devbuild = EyeoGmbH.AdblockPlusdevelopmentbuild | 7 app_id_devbuild = EyeoGmbH.AdblockPlusdevelopmentbuild |
7 publisher_id = CN=4F066043-8AFE-41C9-B762-6C15E77E3F88 | 8 publisher_id = CN=4F066043-8AFE-41C9-B762-6C15E77E3F88 |
8 background_color = red | 9 background_color = red |
9 permissions = tabs | 10 permissions = tabs |
10 http://*/* | 11 http://*/* |
11 https://*/* | 12 https://*/* |
12 contextMenus | 13 contextMenus |
13 webRequest | |
14 webRequestBlocking | |
15 webNavigation | |
16 storage | |
17 unlimitedStorage | |
18 notifications | |
19 options = options.html | |
20 backgroundScripts = lib/info.js | |
21 extension_id_release = 1.0 | 14 extension_id_release = 1.0 |
22 | 15 |
23 [appx_assets] | 16 [appx_assets] |
24 logo_44.png = chrome/icons/abp-44.png | 17 logo_44.png = chrome/icons/abp-44.png |
25 logo_50.png = chrome/icons/abp-50.png | 18 logo_50.png = chrome/icons/abp-50.png |
26 logo_150.png = chrome/icons/abp-150.png | 19 logo_150.png = chrome/icons/abp-150.png |
27 | 20 |
28 [mapping] | 21 [mapping] |
29 icons = chrome/icons | 22 icons = chrome/icons |
| 23 icons/abp-16.png = icons/abp-16.png |
| 24 icons/abp-19.png = icons/abp-19.png |
| 25 icons/abp-53.png = icons/abp-53.png |
30 | 26 |
31 [compat] | 27 [compat] |
32 edge = 37.14332.1000.0 | 28 edge = 37.14332.1000.0 |
33 windows = 10.0.14332.0/12.0.0.0 | 29 windows = 10.0.14332.0/12.0.0.0 |
| 30 |
| 31 [contentScripts] |
| 32 planets = content.js |
| 33 |
| 34 [import_locales] |
| 35 _modules/*/module.json = =* |
| 36 _modules/*/unit.properties = =* |
| 37 _imp/*/gecko.dtd = =* |
| 38 |
| 39 [bundles] |
| 40 lib/foo.js = ext/a.js |
| 41 lib/b.js |
LEFT | RIGHT |