| 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 %} |