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

Unified Diff: manifest.json.tmpl

Issue 29337971: Issue 3760 - Removed support for Opera builds (Closed)
Patch Set: Updated help text for -k option Created March 8, 2016, 6:26 p.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 | « build.py ('k') | packagerSafari.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: manifest.json.tmpl
===================================================================
--- a/manifest.json.tmpl
+++ b/manifest.json.tmpl
@@ -11,7 +11,7 @@
{%- endif %}
"short_name": "__MSG_name__",
- "description": "__MSG_description_{{ type }}__",
+ "description": "__MSG_description__",
"default_locale": "en_US",
"version": {{version|json}},
@@ -19,17 +19,6 @@
"minimum_chrome_version": {{metadata.get('compat', 'chrome')|json}},
{%- endif %}
- {%- if not releaseBuild and type != "chrome" %}
- "update_url": "https://adblockplus.org/devbuilds/
- {{- metadata.get('general', 'basename') -}}
- {%- if experimentalAPI -%}
- -experimental
- {%- endif -%}
- /updates.xml",
- {%- elif metadata.has_option('general', 'updateURL') %}
- "update_url": {{metadata.get('general', 'updateURL')|json}},
- {%- endif %}
-
{%- if pageAction %}
"page_action": {
"default_icon": {{pageAction.icon|json}},
« no previous file with comments | « build.py ('k') | packagerSafari.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld