LEFT | RIGHT |
(no file at all) | |
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 = | 13 permissions = |
14 tabs | 14 tabs |
15 http://*/* | 15 http://*/* |
16 https://*/* | 16 https://*/* |
17 contextMenus | 17 contextMenus |
18 | 18 |
19 [appx_assets] | 19 [appx_assets] |
20 logo_44.png = chrome/icons/abp-44.png | 20 logo_44.png = icons/abp-44.png |
21 logo_50.png = chrome/icons/abp-50.png | 21 logo_50.png = icons/abp-50.png |
22 logo_150.png = chrome/icons/abp-150.png | 22 logo_150.png = icons/abp-150.png |
23 | 23 |
24 [mapping] | 24 [mapping] |
25 icons = chrome/icons | 25 icons = chrome/icons |
26 icons/abp-16.png = icons/abp-16.png | 26 icons/abp-16.png = icons/abp-16.png |
27 icons/abp-19.png = icons/abp-19.png | 27 icons/abp-19.png = icons/abp-19.png |
28 icons/abp-53.png = icons/abp-53.png | 28 icons/abp-53.png = icons/abp-53.png |
29 | 29 |
30 [compat] | 30 [compat] |
31 edge = 37.14332.1000.0 | 31 edge = 37.14332.1000.0 |
32 windows = 10.0.14332.0/12.0.0.0 | 32 windows = 10.0.14332.0/12.0.0.0 |
33 | 33 |
34 [contentScripts] | 34 [contentScripts] |
35 planets = content.js | 35 planets = content.js |
36 | 36 |
37 [import_locales] | 37 [import_locales] |
38 _modules/*/module.json = =* | 38 _modules/*/module.json = =* |
39 _modules/*/unit.properties = =* | 39 _modules/*/unit.properties = =* |
40 _imp/*/gecko.dtd = =* | 40 _imp/*/gecko.dtd = =* |
41 | 41 |
42 [module_alias] | 42 [module_alias] |
43 mogo = edge | 43 mogo = edge |
LEFT | RIGHT |