OLD | NEW |
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 |
(...skipping 21 matching lines...) Expand all Loading... |
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 [bundles] | 42 [module_alias] |
43 lib/foo.js = | 43 mogo = edge |
44 ext/a.js | |
45 lib/b.js | |
OLD | NEW |