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

Side by Side Diff: tests/expecteddata/manifest_edge_True_None.json

Issue 29501558: Issue 5383 - Add tests for the Chrome and Firefox packagers (Closed)
Patch Set: Simplifying parameters Created Sept. 21, 2017, 11:27 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "author": "eyeo GmbH",
3 "background": {
4 "persistent": true,
5 "scripts": [
6 "lib/info.js"
7 ]
8 },
9 "default_locale": "en_US",
10 "description": "__MSG_description__",
11 "manifest_version": 2,
12 "minimum_edge_version": "37.14332.1000.0",
13 "name": "__MSG_name__",
14 "options_page": "options.html",
15 "permissions": [
16 "tabs",
17 "http://*/*",
18 "https://*/*",
19 "contextMenus"
20 ],
21 "short_name": "__MSG_name__",
22 "version": "1.2.3"
23 }
OLDNEW

Powered by Google App Engine
This is Rietveld