Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: globals/platforms.py

Issue 29424810: Issue 5191 - Add Terms of Use to adblockplus.org homepage (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Took a stab at it Created April 28, 2017, 9:24 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: globals/platforms.py
===================================================================
new file mode 100644
--- /dev/null
+++ b/globals/platforms.py
@@ -0,0 +1,34 @@
+platforms = {
juliandoucette 2017/04/28 21:56:01 Note: I don't have a strong opinion about this bei
+ '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'
+ }
+}

Powered by Google App Engine
This is Rietveld