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

Side by Side 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 7, 2018, 10:05 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 {
2 "addons": {
3 {%- for extension in extensions %}
Sebastian Noack 2018/03/08 02:39:22 Nit: The indentation is inconsistent with the {% e
tlucas 2018/03/08 09:23:05 Done.
4 "{{ extension.extensionID }}": {
5 "updates": [
6 { "version": "{{ extension.version }}",
Sebastian Noack 2018/03/08 02:39:22 Please wrap objects consistently: { "versi
tlucas 2018/03/08 09:23:05 Done.
7 "update_link": "{{ extension.update_link }}" },
8 "applications": {
9 "gecko": { "strict_min_version": "{{ extension.min_version }}" } }
10 ]
11 }
12 {%- endfor %}
13 }
14 }
OLDNEW

Powered by Google App Engine
This is Rietveld