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

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

Issue 29743581: Issue 6552 - Support arbitrary manifest values (Closed) Base URL: https://hg.adblockplus.org/buildtools/file/a3db4a1a49e8
Left Patch Set: Created April 12, 2018, 1:46 p.m.
Right Patch Set: Created April 19, 2018, 11:42 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 { 1 {
2 "applications": { 2 "applications": {
3 "gecko": { 3 "gecko": {
4 "id": "{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}", 4 "id": "{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}",
5 "strict_min_version": "50.0" 5 "strict_min_version": "50.0"
6 } 6 }
7 }, 7 },
8 "author": "eyeo GmbH", 8 "author": "eyeo GmbH",
9 "background": { 9 "background": {
10 "persistent": true, 10 "persistent": true,
11 "scripts": [ 11 "scripts": [
12 "ext/common.js", 12 "ext/common.js",
13 "ext/background.js" 13 "ext/background.js"
14 ] 14 ]
15 }, 15 },
16 "browser_action": { 16 "browser_action": {
17 "default_icon": { 17 "default_icon": {
18 "16": "icons/abp-16.png", 18 "16": "icons/abp-16.png",
19 "19": "icons/abp-19.png", 19 "19": "icons/abp-19.png",
20 "53": "icons/abp-53.png" 20 "53": "icons/abp-53.png"
21 }, 21 },
22 "default_popup": "popup.html", 22 "default_popup": "popup.html",
23 "default_title": "__MSG_name__" 23 "default_title": "__MSG_name__"
24 }, 24 },
25 "content_scripts": [ 25 "content_scripts": [
26 { 26 {
27 "all_frames": true, 27 "all_frames": true,
28 "js": [ 28 "js": [
29 "content.js" 29 "content.js"
30 ], 30 ],
31 "match_about_blank": true, 31 "match_about_blank": true,
32 "matches": [ 32 "matches": [
33 "http://*/*", 33 "http://*/*",
34 "https://*/*" 34 "https://*/*"
35 ], 35 ],
36 "run_at": "planets" 36 "run_at": "planets"
37 } 37 }
38 ], 38 ],
39 "default_locale": "en_US", 39 "default_locale": "en_US",
40 "description": "__MSG_description__", 40 "description": "__MSG_description__",
41 "devtools_page": "devtools.html", 41 "devtools_page": "devtools.html",
42 "externally_connectable": { 42 "externally_connectable": {
43 "accepts_tls_channel_id": true, 43 "accepts_tls_channel_id": true,
44 "ids": [ 44 "ids": [
45 "foo", 45 "foo",
46 "bar" 46 "bar"
47 ], 47 ],
48 "matches": [ 48 "matches": [
49 "https://*.google.com/*", 49 "https://*.google.com/*",
50 "*://*.chromium.org/*" 50 "*://*.chromium.org/*"
51 ] 51 ]
52 }, 52 },
53 "icons": { 53 "icons": {
54 "16": "icons/abp-16.png" 54 "16": "icons/abp-16.png"
55 }, 55 },
56 "manifest_version": 2, 56 "manifest_version": 2,
57 "minimum_chrome_version": "49.0", 57 "minimum_chrome_version": "49.0",
58 "minimum_opera_version": "36.0", 58 "minimum_opera_version": "36.0",
59 "name": "__MSG_name__", 59 "name": "__MSG_name__",
60 "optional_permissions": [ 60 "optional_permissions": [
61 "webRequest" 61 "webRequest"
62 ], 62 ],
63 "options_ui": { 63 "options_ui": {
64 "open_in_tab": true, 64 "open_in_tab": true,
65 "page": "options.html" 65 "page": "options.html"
66 }, 66 },
67 "permissions": [ 67 "permissions": [
68 "tabs", 68 "tabs",
69 "<all_urls>" 69 "<all_urls>"
70 ], 70 ],
71 "short_name": "__MSG_name__", 71 "short_name": "__MSG_name__",
72 "storage": { 72 "storage": {
73 "managed_schema": "storage.json" 73 "managed_schema": "storage.json"
74 }, 74 },
75 "version": "1.2.3", 75 "version": "1.2.3",
76 "web_accessible_resources": [ 76 "web_accessible_resources": [
77 "images/*.png" 77 "images/*.png"
78 ] 78 ]
79 } 79 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld