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

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

Issue 29501558: Issue 5383 - Add tests for the Chrome and Firefox packagers (Closed)
Patch Set: Rebase against master, renaming gecko-webext to gecko Created Oct. 11, 2017, 3:59 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
OLDNEW
(Empty)
1 {
2 "author": "eyeo GmbH",
3 "background": {
4 "persistent": true,
5 "scripts": [
6 "lib/info.js"
7 ]
8 },
9 "content_scripts": [
10 {
11 "all_frames": true,
12 "js": [
13 "content.js"
14 ],
15 "match_about_blank": true,
16 "matches": [
17 "http://*/*",
18 "https://*/*"
19 ],
20 "run_at": "planets"
21 }
22 ],
23 "default_locale": "en_US",
24 "description": "__MSG_description__",
25 "manifest_version": 2,
26 "minimum_edge_version": "37.14332.1000.0",
27 "name": "__MSG_name_devbuild__",
28 "options_page": "options.html",
29 "permissions": [
30 "tabs",
31 "http://*/*",
32 "https://*/*",
33 "contextMenus"
34 ],
35 "short_name": "__MSG_name__",
36 "version": "1.2.3.1337"
37 }
OLDNEW
« no previous file with comments | « tests/expecteddata/manifest_chrome_release.json ('k') | tests/expecteddata/manifest_edge_release.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld