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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 platforms = {
juliandoucette 2017/04/28 21:56:01 Note: I don't have a strong opinion about this bei
2 'firefox': {
3 'label': 'Firefox',
4 'href': 'https://update.adblockplus.org/latest/adblockplusfirefox.xpi'
5 },
6 'chrome': {
7 'label': 'Chrome',
8 'href': 'https://chrome.google.com/webstore/detail/cfhdojbkjhnklbpkdaibd ccddilifddb'
9 },
10 'opera': {
11 'label': 'Opera',
12 'href': 'https://addons.opera.com/extensions/details/opera-adblock/?disp lay=en-US'
13 },
14 'android': {
15 'label': 'Android',
16 'href': 'android-install'
17 },
18 'internet-explorer': {
19 'label': 'Internet Explorer',
20 'href': 'https://update.adblockplus.org/latest/adblockplusie.exe'
21 },
22 'safari': {
23 'label': 'Safari',
24 'href': 'https://update.adblockplus.org/latest/adblockplussafari.safarie xtz'
25 },
26 'yandex-browser': {
27 'label': 'Yandex Browser',
28 'href': 'https://chrome.google.com/webstore/detail/cfhdojbkjhnklbpkdaibd ccddilifddb'
29 },
30 'edge': {
31 'label': 'Microsoft Edge',
32 'href': 'ms-windows-store://pdp/?ProductId=9nblggh4r9nz'
33 }
34 }
OLDNEW

Powered by Google App Engine
This is Rietveld