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

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

Issue 29968555: Issue 7145 - Change manifest name for release builds
Left Patch Set: Updated regexp in packagerEdge.py Created Dec. 28, 2018, 2:53 p.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
« no previous file with change/comment | « tests/expecteddata/manifest_edge_release_build.json ('k') | tests/expecteddata/manifest_gecko_release_build.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 { 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,
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
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__", 60 "name": "__MSG_name_releasebuild__",
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", 76 "version": "1.2.3",
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