Index: globals/platforms.py |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/globals/platforms.py |
@@ -0,0 +1,34 @@ |
+platforms = { |
+ 'firefox': { |
+ 'label': 'Firefox', |
+ 'href': 'https://update.adblockplus.org/latest/adblockplusfirefox.xpi' |
+ }, |
+ 'chrome': { |
+ 'label': 'Chrome', |
+ 'href': 'https://chrome.google.com/webstore/detail/cfhdojbkjhnklbpkdaibdccddilifddb' |
+ }, |
+ 'opera': { |
+ 'label': 'Opera', |
+ 'href': 'https://addons.opera.com/extensions/details/opera-adblock/?display=en-US' |
+ }, |
+ 'android': { |
+ 'label': 'Android', |
+ 'href': 'android-install' |
+ }, |
+ 'internet-explorer': { |
+ 'label': 'Internet Explorer', |
+ 'href': 'https://update.adblockplus.org/latest/adblockplusie.exe' |
+ }, |
+ 'safari': { |
+ 'label': 'Safari', |
+ 'href': 'https://update.adblockplus.org/latest/adblockplussafari.safariextz' |
+ }, |
+ 'yandex-browser': { |
+ 'label': 'Yandex Browser', |
+ 'href': 'https://chrome.google.com/webstore/detail/cfhdojbkjhnklbpkdaibdccddilifddb' |
+ }, |
+ 'edge': { |
+ 'label': 'Microsoft Edge', |
+ 'href': 'ms-windows-store://pdp/?ProductId=9nblggh4r9nz' |
+ } |
+} |