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

Unified Diff: templates/manifest.json.tmpl

Issue 29572692: Issue 5845 - Renaming gecko-webext to gecko (Closed)
Patch Set: Removed another webext occurrence Created Oct. 11, 2017, 11:36 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
« no previous file with comments | « packagerChrome.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/manifest.json.tmpl
diff --git a/templates/manifest.json.tmpl b/templates/manifest.json.tmpl
index e69f5ce197b989f3ebddeee8a082b5d4b7cdceee..e990a5b1b5f7569aa99b910d0d42f6a8a26681e2 100644
--- a/templates/manifest.json.tmpl
+++ b/templates/manifest.json.tmpl
@@ -28,7 +28,7 @@
"minimum_edge_version": {{metadata.get('compat', 'edge')|json}},
{%- endif %}
- {%- if type == 'gecko-webext' %}
+ {%- if type == 'gecko' %}
"applications":
{
"gecko":
« no previous file with comments | « packagerChrome.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld