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

Unified Diff: manifest.json.tmpl

Issue 6039965087563776: Issue 2171 - Support storage.managed_schema option in Chrome extension manifest (Closed)
Patch Set: Created March 19, 2015, 11:11 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 | « 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
@@ -76,5 +76,11 @@
"web_accessible_resources": {{webAccessible|json}},
{%- endif %}
+ {%- if metadata.has_option('general', 'managedStorageSchema') %}
+ "storage": {
+ "managed_schema": {{metadata.get('general', 'managedStorageSchema')|json}}
+ },
+ {%- endif %}
+
"_dummy": false
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld