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

Unified Diff: sitescripts/extensions/template/gecko.json

Issue 29716693: Issue 6371 - Update buildtools dep. to c830dfa08e2f, use AMO-signing API (Closed) Base URL: https://hg.adblockplus.org/abpssembly/file/1e38c3375fa3
Patch Set: Created March 8, 2018, 9:22 a.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: sitescripts/extensions/template/gecko.json
diff --git a/sitescripts/extensions/template/gecko.json b/sitescripts/extensions/template/gecko.json
new file mode 100644
index 0000000000000000000000000000000000000000..52f67d2a0cf4a5588a3048c4d0bb91d88a573fa7
--- /dev/null
+++ b/sitescripts/extensions/template/gecko.json
@@ -0,0 +1,16 @@
+{
Sebastian Noack 2018/03/09 00:33:19 It seems we use 2 (not 4) space indentation for ot
tlucas 2018/03/09 08:12:58 Done.
+ "addons": {
+ {%- for extension in extensions %}
+ "{{ extension.extensionID }}": {
+ "updates": [
+ {
+ "version": "{{ extension.version }}",
+ "update_link": "{{ extension.update_link }}" },
+ "applications": {
+ "gecko": { "strict_min_version": "{{ extension.min_version }}" }
+ }
+ ]
+ }
+ {%- endfor %}
+ }
+}

Powered by Google App Engine
This is Rietveld