Index: metadata.gecko-webext |
=================================================================== |
--- a/metadata.gecko-webext |
+++ b/metadata.gecko-webext |
@@ -1,15 +1,31 @@ |
[default] |
inherit = metadata.chrome |
[general] |
id={d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d} |
basename = adblockplusfirefox |
version = 2.99.0 |
+# Firefox has a different options page depending on whether it's desktop or |
Manish Jethani
2017/09/08 10:02:25
Now Firefox has a different file for the options p
Manish Jethani
2017/09/08 10:46:45
And there's no need for this now. All browsers wil
|
+# mobile. |
+options = options-loader.html |
[compat] |
gecko = 50.0 |
+[mapping] |
+mobile-options.html = adblockplusui/mobile-options.html |
+mobile-options.js = adblockplusui/mobile-options.js |
+skin/abp-logo.svg = adblockplusui/skin/abp-logo.svg |
+skin/mobile-options.css = adblockplusui/skin/mobile-options.css |
+skin/mobile/checkmark.svg = adblockplusui/skin/mobile/checkmark.svg |
+skin/mobile/toggle.svg = adblockplusui/skin/mobile/toggle.svg |
+skin/mobile/trash.svg = adblockplusui/skin/mobile/trash.svg |
+ |
[convert_js] |
# See https://bugzil.la/1190687 - pop-up blocking won't work right now |
lib/adblockplus.js -= lib/popupBlocker.js |
lib/adblockplus.js += lib/firefoxDataCleanup.js |
+lib/adblockplus.js += lib/browserAction.js |
+ |
+[import_locales] |
+adblockplusui/locale/*/mobile-options.json = =* |