Left: | ||
Right: |
OLD | NEW |
---|---|
1 [default] | 1 [default] |
2 inherit = metadata.chrome | 2 inherit = metadata.chrome |
3 | 3 |
4 [general] | 4 [general] |
5 id={d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d} | 5 id={d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d} |
6 basename = adblockplusfirefox | 6 basename = adblockplusfirefox |
7 version = 2.99.0 | 7 version = 2.99.0 |
8 browserAction -= popup.html | |
Manish Jethani
2017/11/04 11:27:18
This also needs a change in buildtools. If this ap
kzar
2017/11/04 16:17:26
I think your approach is OK.
| |
8 | 9 |
9 [compat] | 10 [compat] |
10 gecko = 50.0 | 11 gecko = 50.0 |
11 | 12 |
12 [mapping] | 13 [mapping] |
13 mobile-options.html = adblockplusui/mobile-options.html | 14 mobile-options.html = adblockplusui/mobile-options.html |
14 mobile-options.js = adblockplusui/mobile-options.js | 15 mobile-options.js = adblockplusui/mobile-options.js |
15 desktop-options.html = adblockplusui/desktop-options.html | 16 desktop-options.html = adblockplusui/desktop-options.html |
16 desktop-options.js = adblockplusui/desktop-options.js | 17 desktop-options.js = adblockplusui/desktop-options.js |
17 skin/desktop-options.css = adblockplusui/skin/desktop-options.css | 18 skin/desktop-options.css = adblockplusui/skin/desktop-options.css |
(...skipping 16 matching lines...) Expand all Loading... | |
34 skin/social/facebook.svg = adblockplusui/skin/social/facebook.svg | 35 skin/social/facebook.svg = adblockplusui/skin/social/facebook.svg |
35 skin/social/googleplus.svg = adblockplusui/skin/social/googleplus.svg | 36 skin/social/googleplus.svg = adblockplusui/skin/social/googleplus.svg |
36 | 37 |
37 [bundles] | 38 [bundles] |
38 lib/adblockplus.js += lib/firefoxDataCleanup.js | 39 lib/adblockplus.js += lib/firefoxDataCleanup.js |
39 | 40 |
40 [import_locales] | 41 [import_locales] |
41 adblockplusui/locale/*/mobile-options.json = * | 42 adblockplusui/locale/*/mobile-options.json = * |
42 adblockplusui/locale/*/desktop-options.json = * | 43 adblockplusui/locale/*/desktop-options.json = * |
43 adblockplusui/locale/*/common.json = * | 44 adblockplusui/locale/*/common.json = * |
OLD | NEW |