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

Delta Between Two Patch Sets: tests/expecteddata/manifest_gecko_development_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": "devbuild@adblockplus.org", 4 "id": "devbuild@adblockplus.org",
5 "strict_min_version": "50.0", 5 "strict_min_version": "50.0",
6 "update_url": "https://downloads.adblockplus.org/devbuilds/adblockplusfire fox/updates.json" 6 "update_url": "https://downloads.adblockplus.org/devbuilds/adblockplusfire fox/updates.json"
7 } 7 }
8 }, 8 },
9 "author": "eyeo GmbH", 9 "author": "eyeo GmbH",
10 "background": { 10 "background": {
11 "persistent": true, 11 "persistent": true,
12 "scripts": [ 12 "scripts": [
13 "ext/common.js", 13 "ext/common.js",
14 "ext/background.js" 14 "ext/background.js"
15 ] 15 ]
16 }, 16 },
17 "browser_action": { 17 "browser_action": {
18 "default_icon": { 18 "default_icon": {
19 "16": "icons/abp-16.png", 19 "16": "icons/abp-16.png",
20 "19": "icons/abp-19.png", 20 "19": "icons/abp-19.png",
21 "53": "icons/abp-53.png" 21 "53": "icons/abp-53.png"
22 }, 22 },
23 "default_popup": "popup.html", 23 "default_popup": "popup.html",
24 "default_title": "__MSG_name__" 24 "default_title": "__MSG_name__"
25 }, 25 },
26 "content_scripts": [ 26 "content_scripts": [
27 { 27 {
28 "all_frames": true, 28 "all_frames": true,
29 "js": [ 29 "js": [
30 "content.js" 30 "content.js"
31 ], 31 ],
32 "match_about_blank": true, 32 "match_about_blank": true,
33 "matches": [ 33 "matches": [
34 "http://*/*", 34 "http://*/*",
35 "https://*/*" 35 "https://*/*"
36 ], 36 ],
37 "run_at": "planets" 37 "run_at": "planets"
38 } 38 }
39 ], 39 ],
40 "default_locale": "en_US", 40 "default_locale": "en_US",
41 "description": "__MSG_description__", 41 "description": "__MSG_description__",
42 "devtools_page": "devtools.html", 42 "devtools_page": "devtools.html",
43 "externally_connectable": { 43 "externally_connectable": {
44 "accepts_tls_channel_id": true, 44 "accepts_tls_channel_id": true,
45 "ids": [ 45 "ids": [
46 "foo", 46 "foo",
47 "bar" 47 "bar"
48 ], 48 ],
49 "matches": [ 49 "matches": [
50 "https://*.google.com/*", 50 "https://*.google.com/*",
51 "*://*.chromium.org/*" 51 "*://*.chromium.org/*"
52 ] 52 ]
53 }, 53 },
54 "icons": { 54 "icons": {
55 "16": "icons/abp-16.png" 55 "16": "icons/abp-16.png"
56 }, 56 },
57 "manifest_version": 2, 57 "manifest_version": 2,
58 "minimum_chrome_version": "49.0", 58 "minimum_chrome_version": "49.0",
59 "minimum_opera_version": "36.0", 59 "minimum_opera_version": "36.0",
60 "name": "__MSG_name_devbuild__", 60 "name": "__MSG_name_devbuild__",
61 "optional_permissions": [ 61 "optional_permissions": [
62 "webRequest" 62 "webRequest"
63 ], 63 ],
64 "options_ui": { 64 "options_ui": {
65 "open_in_tab": true, 65 "open_in_tab": true,
66 "page": "options.html" 66 "page": "options.html"
67 }, 67 },
68 "permissions": [ 68 "permissions": [
69 "tabs", 69 "tabs",
70 "<all_urls>" 70 "<all_urls>"
71 ], 71 ],
72 "short_name": "__MSG_name__", 72 "short_name": "__MSG_name__",
73 "storage": { 73 "storage": {
74 "managed_schema": "storage.json" 74 "managed_schema": "storage.json"
75 }, 75 },
76 "version": "1.2.3.1337", 76 "version": "1.2.3.1337",
77 "web_accessible_resources": [ 77 "web_accessible_resources": [
78 "images/*.png" 78 "images/*.png"
79 ] 79 ]
80 } 80 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld