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

Delta Between Two Patch Sets: tests/expecteddata/manifest_edge_development_build.json

Issue 29501558: Issue 5383 - Add tests for the Chrome and Firefox packagers (Closed)
Left Patch Set: Rebase against master, renaming gecko-webext to gecko Created Oct. 11, 2017, 3:59 p.m.
Right Patch Set: Addressing Vasily's comments Created Oct. 22, 2017, 11:11 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « tests/expecteddata/manifest_chrome_release_build.json ('k') | tests/expecteddata/manifest_edge_devenv.json » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 {
2 "author": "eyeo GmbH",
3 "background": {
4 "persistent": true,
5 "scripts": [
6 "ext/common.js",
7 "ext/background.js"
8 ]
9 },
10 "browser_action": {
11 "default_icon": {
12 "16": "icons/abp-16.png",
13 "19": "icons/abp-19.png",
14 "53": "icons/abp-53.png"
15 },
16 "default_popup": "popup.html",
17 "default_title": "__MSG_name__"
18 },
19 "content_scripts": [
20 {
21 "all_frames": true,
22 "js": [
23 "content.js"
24 ],
25 "match_about_blank": true,
26 "matches": [
27 "http://*/*",
28 "https://*/*"
29 ],
30 "run_at": "planets"
31 }
32 ],
33 "default_locale": "en_US",
34 "description": "__MSG_description__",
35 "devtools_page": "devtools.html",
36 "icons": {
37 "16": "icons/abp-16.png"
38 },
39 "manifest_version": 2,
40 "minimum_chrome_version": "49.0",
41 "minimum_edge_version": "37.14332.1000.0",
42 "minimum_opera_version": "36.0",
43 "name": "__MSG_name_devbuild__",
44 "optional_permissions": [
45 "webRequest"
46 ],
47 "options_page": "options.html",
48 "permissions": [
49 "tabs",
50 "http://*/*",
51 "https://*/*",
52 "contextMenus"
53 ],
54 "short_name": "__MSG_name__",
55 "storage": {
56 "managed_schema": "storage.json"
57 },
58 "version": "1.2.3.1337",
59 "web_accessible_resources": [
60 "images/*.png"
61 ]
62 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld