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

Side by Side Diff: tests/expecteddata/manifest_edge_release_build.json

Issue 29968555: Issue 7145 - Change manifest name for release builds
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:
View unified diff | Download patch
OLDNEW
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 ] 8 ]
9 }, 9 },
10 "browser_action": { 10 "browser_action": {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "*://*.chromium.org/*" 44 "*://*.chromium.org/*"
45 ] 45 ]
46 }, 46 },
47 "icons": { 47 "icons": {
48 "16": "icons/abp-16.png" 48 "16": "icons/abp-16.png"
49 }, 49 },
50 "manifest_version": 2, 50 "manifest_version": 2,
51 "minimum_chrome_version": "49.0", 51 "minimum_chrome_version": "49.0",
52 "minimum_edge_version": "37.14332.1000.0", 52 "minimum_edge_version": "37.14332.1000.0",
53 "minimum_opera_version": "36.0", 53 "minimum_opera_version": "36.0",
54 "name": "Adblock Plus", 54 "name": "Adblock Plus - free ad blocker",
55 "optional_permissions": [ 55 "optional_permissions": [
56 "webRequest" 56 "webRequest"
57 ], 57 ],
58 "options_page": "options.html", 58 "options_page": "options.html",
59 "permissions": [ 59 "permissions": [
60 "tabs", 60 "tabs",
61 "http://*/*", 61 "http://*/*",
62 "https://*/*", 62 "https://*/*",
63 "contextMenus" 63 "contextMenus"
64 ], 64 ],
65 "short_name": "Adblock Plus", 65 "short_name": "Adblock Plus",
66 "storage": { 66 "storage": {
67 "managed_schema": "storage.json" 67 "managed_schema": "storage.json"
68 }, 68 },
69 "version": "1.2.3", 69 "version": "1.2.3",
70 "web_accessible_resources": [ 70 "web_accessible_resources": [
71 "images/*.png" 71 "images/*.png"
72 ] 72 ]
73 } 73 }
OLDNEW
« no previous file with comments | « tests/expecteddata/manifest_edge_devenv.json ('k') | tests/expecteddata/manifest_gecko_devenv.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld