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

Unified Diff: manifest.json.tmpl

Issue 6567342980988928: Issue 1740 - Support "devtools_page" option in Chrome extension manifest (Closed)
Patch Set: Created Dec. 28, 2014, 4:28 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
@@ -68,6 +68,10 @@
"options_page": {{metadata.get('general', 'options')|json}},
{%- endif %}
+ {%- if metadata.has_option('general', 'devtools') %}
+ "devtools_page": {{metadata.get('general', 'devtools')|json}},
+ {%- endif %}
+
{%- if contentScripts %}
"content_scripts": {{contentScripts|json}},
{%- 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