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

Unified Diff: manifest.json.tmpl

Issue 29342903: Issue 4059 - Adapt the manifest for Edge (awaiting commit) (Closed)
Patch Set: Use metadata for author data Created May 27, 2016, 5:06 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
diff --git a/manifest.json.tmpl b/manifest.json.tmpl
index 4c8c7e08ebda9203349becc0fa4c81646201dcab..552937329c5196dcbee22823962e69aa000657bc 100644
--- a/manifest.json.tmpl
+++ b/manifest.json.tmpl
@@ -14,6 +14,7 @@
"description": "__MSG_description__",
"default_locale": "en_US",
"version": {{version|json}},
+ "author": {{ metadata.get('general', 'author')|json }},
Sebastian Noack 2016/05/27 20:52:30 Nit: Mimd removing the extra space after {{ and be
{%- if metadata.has_section('compat') and metadata.has_option('compat', 'chrome') %}
"minimum_chrome_version": {{metadata.get('compat', 'chrome')|json}},
@@ -53,7 +54,8 @@
{%- if backgroundScripts %}
"background": {
- "scripts": {{backgroundScripts|json}}
+ "scripts": {{backgroundScripts|json}},
+ "persistent": true
},
{%- endif %}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld