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

Side by Side Diff: sitescripts/extensions/test/oracle/updates.json

Issue 29366797: Issue 4697 - Add support for WebExtension-based Firefox development builds (Closed) Base URL: https://hg.adblockplus.org/sitescripts
Patch Set: Updated tests and update manifest generation Created Dec. 5, 2016, 11:21 a.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
1 <?xml version="1.0" encoding="UTF-8"?> 1 {
2 2 "addons":
3 <!-- 3 {
4 - This file is part of the Adblock Plus web scripts, 4 "{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}": {
5 - Copyright (C) 2006-2016 Eyeo GmbH 5 "updates": [
6 - 6 {
7 - Adblock Plus is free software: you can redistribute it and/or modify 7 "version": "2.7.3",
8 - it under the terms of the GNU General Public License version 3 as 8 "update_link": "https://downloads.adblockplus.org/adblockplus-2.7.3.xp i?update",
9 - published by the Free Software Foundation. 9 "applications":
10 - 10 {
11 - Adblock Plus is distributed in the hope that it will be useful, 11 "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}":
12 - but WITHOUT ANY WARRANTY; without even the implied warranty of 12 {
13 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 "strict_min_version": "38.0"
14 - GNU General Public License for more details. 14 },
15 - 15 "{55aba3ac-94d3-41a8-9e25-5c21fe874539}":
16 - You should have received a copy of the GNU General Public License 16 {
17 - along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. 17 "strict_min_version": "1.0"
18 --> 18 },
19 19 "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}":
20 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 20 {
21 xmlns:em="http://www.mozilla.org/2004/em-rdf#"> 21 "strict_min_version": "2.35"
22 <Description about="urn:mozilla:extension:{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5 d}"> 22 },
23 <em:updates> 23 "toolkit@mozilla.org":
24 <Seq> 24 {
25 <li> 25 "strict_min_version": "38.0"
26 <Description> 26 },
27 <em:version>2.7.3</em:version> 27 "{aa3c5121-dab2-40e2-81ca-7ea25febc110}":
28 <em:targetApplication> 28 {
29 <Description> 29 "strict_min_version": "38.0"
30 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> 30 },
31 <em:minVersion>38.0</em:minVersion> 31 "{3550f703-e582-4d05-9a08-453d09bdfdc6}":
32 <em:maxVersion>49.0</em:maxVersion> 32 {
33 <em:updateLink>https://downloads.adblockplus.org/adblockplus-2.7 .3.xpi?update</em:updateLink> 33 "strict_min_version": "38.0"
34 </Description> 34 }
35 </em:targetApplication> 35 }
36 <em:targetApplication> 36 }
37 <Description> 37 ]
38 <em:id>{55aba3ac-94d3-41a8-9e25-5c21fe874539}</em:id> 38 }
39 <em:minVersion>1.0</em:minVersion> 39 }
40 <em:maxVersion>1.0</em:maxVersion> 40 }
41 <em:updateLink>https://downloads.adblockplus.org/adblockplus-2.7 .3.xpi?update</em:updateLink>
42 </Description>
43 </em:targetApplication>
44 <em:targetApplication>
45 <Description>
46 <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
47 <em:minVersion>2.35</em:minVersion>
48 <em:maxVersion>2.46</em:maxVersion>
49 <em:updateLink>https://downloads.adblockplus.org/adblockplus-2.7 .3.xpi?update</em:updateLink>
50 </Description>
51 </em:targetApplication>
52 <em:targetApplication>
53 <Description>
54 <em:id>toolkit@mozilla.org</em:id>
55 <em:minVersion>38.0</em:minVersion>
56 <em:maxVersion>49.0</em:maxVersion>
57 <em:updateLink>https://downloads.adblockplus.org/adblockplus-2.7 .3.xpi?update</em:updateLink>
58 </Description>
59 </em:targetApplication>
60 <em:targetApplication>
61 <Description>
62 <em:id>{aa3c5121-dab2-40e2-81ca-7ea25febc110}</em:id>
63 <em:minVersion>38.0</em:minVersion>
64 <em:maxVersion>49.0</em:maxVersion>
65 <em:updateLink>https://downloads.adblockplus.org/adblockplus-2.7 .3.xpi?update</em:updateLink>
66 </Description>
67 </em:targetApplication>
68 <em:targetApplication>
69 <Description>
70 <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
71 <em:minVersion>38.0</em:minVersion>
72 <em:maxVersion>49.0</em:maxVersion>
73 <em:updateLink>https://downloads.adblockplus.org/adblockplus-2.7 .3.xpi?update</em:updateLink>
74 </Description>
75 </em:targetApplication>
76 </Description>
77 </li>
78 </Seq>
79 </em:updates>
80 </Description>
81 </RDF>
OLDNEW
« no previous file with comments | « sitescripts/extensions/template/updates.json ('k') | sitescripts/extensions/test/sitescripts.ini.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld