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