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

Unified Diff: manifest.json.tmpl

Issue 5933140862304256: Issue 1655 - Add "short_name" to manifest.json for Chrome and Opera (Closed)
Patch Set: Created Dec. 3, 2014, 3:35 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 | « no previous file | no next file » | 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
@@ -10,6 +10,7 @@
"name": "__MSG_name_devbuild__",
{%- endif %}
+ "short_name": "__MSG_name__",
Thomas Greiner 2014/12/03 15:47:22 Since this field is limited to 12 characters I'd r
Sebastian Noack 2014/12/03 15:57:44 This string is imported from Adblock Plus for Fire
Thomas Greiner 2014/12/03 16:19:38 Ok, that's fine then.
"description": "__MSG_description_{{ type }}__",
"default_locale": "en_US",
"version": {{version|json}},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld