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

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

Issue 29696596: Issue 6383 - introduce switchable app_id (Closed) Base URL: https://hg.adblockplus.org/buildtools/rev/097b8d9c43a8
Patch Set: Created Feb. 14, 2018, 10:49 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « templates/manifest.json.tmpl ('k') | tests/metadata.gecko » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "applications": { 2 "applications": {
3 "gecko": { 3 "gecko": {
4 "id": "{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}", 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"
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 ], 60 ],
61 "short_name": "__MSG_name__", 61 "short_name": "__MSG_name__",
62 "storage": { 62 "storage": {
63 "managed_schema": "storage.json" 63 "managed_schema": "storage.json"
64 }, 64 },
65 "version": "1.2.3.1337", 65 "version": "1.2.3.1337",
66 "web_accessible_resources": [ 66 "web_accessible_resources": [
67 "images/*.png" 67 "images/*.png"
68 ] 68 ]
69 } 69 }
OLDNEW
« no previous file with comments | « templates/manifest.json.tmpl ('k') | tests/metadata.gecko » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld