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

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

Issue 29968555: Issue 7145 - Change manifest name for release builds
Left Patch Set: Created Dec. 27, 2018, 11:22 a.m.
Right Patch Set: Updated tests Created Dec. 29, 2018, 5:04 p.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
LEFTRIGHT
(no file at all)
1 { 1 {
2 "author": "eyeo GmbH", 2 "author": "eyeo GmbH",
3 "background": { 3 "background": {
4 "persistent": true, 4 "persistent": true,
5 "scripts": [ 5 "scripts": [
6 "ext/common.js", 6 "ext/common.js",
7 "ext/background.js", 7 "ext/background.js",
8 "devenvPoller__.js" 8 "devenvPoller__.js"
9 ] 9 ]
10 }, 10 },
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "https://*.google.com/*", 44 "https://*.google.com/*",
45 "*://*.chromium.org/*" 45 "*://*.chromium.org/*"
46 ] 46 ]
47 }, 47 },
48 "icons": { 48 "icons": {
49 "16": "icons/abp-16.png" 49 "16": "icons/abp-16.png"
50 }, 50 },
51 "manifest_version": 2, 51 "manifest_version": 2,
52 "minimum_chrome_version": "49.0", 52 "minimum_chrome_version": "49.0",
53 "minimum_opera_version": "36.0", 53 "minimum_opera_version": "36.0",
54 "name": "__MSG_name__", 54 "name": "__MSG_name_releasebuild__",
55 "optional_permissions": [ 55 "optional_permissions": [
56 "webRequest" 56 "webRequest"
57 ], 57 ],
58 "options_ui": { 58 "options_ui": {
59 "open_in_tab": true, 59 "open_in_tab": true,
60 "page": "options.html" 60 "page": "options.html"
61 }, 61 },
62 "permissions": [ 62 "permissions": [
63 "tabs", 63 "tabs",
64 "<all_urls>" 64 "<all_urls>"
65 ], 65 ],
66 "short_name": "__MSG_name__", 66 "short_name": "__MSG_name__",
67 "storage": { 67 "storage": {
68 "managed_schema": "storage.json" 68 "managed_schema": "storage.json"
69 }, 69 },
70 "version": "1.2.3", 70 "version": "1.2.3",
71 "web_accessible_resources": [ 71 "web_accessible_resources": [
72 "images/*.png" 72 "images/*.png"
73 ] 73 ]
74 } 74 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld