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

Side by Side Diff: templates/manifest.json.tmpl

Issue 29798588: [experiment] Use patch #29798570 in buildtools Base URL: https://hg.adblockplus.org/buildtools/
Patch Set: Created June 4, 2018, 12:31 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* This Source Code Form is subject to the terms of the Mozilla Public 1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this 2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4 4
5 { 5 {
6 "manifest_version": 2, 6 "manifest_version": 2,
7 {%- if releaseBuild %} 7 {%- if releaseBuild %}
8 "name": "__MSG_name__", 8 "name": "__MSG_name__",
9 {%- else %} 9 {%- else %}
10 "name": "__MSG_name_devbuild__", 10 "name": "__MSG_name_devbuild__",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 }, 88 },
89 {%- else %} 89 {%- else %}
90 "options_page": {{metadata.get('general', 'options')|json}}, 90 "options_page": {{metadata.get('general', 'options')|json}},
91 {%- endif %} 91 {%- endif %}
92 {%- endif %} 92 {%- endif %}
93 93
94 {%- if contentScripts %} 94 {%- if contentScripts %}
95 "content_scripts": {{contentScripts|json}}, 95 "content_scripts": {{contentScripts|json}},
96 {%- endif %} 96 {%- endif %}
97 97
98 "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' ",
99
98 "_dummy": false 100 "_dummy": false
99 } 101 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld