Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(434)

Side by Side Diff: chrome/test/data/extensions/manifest_tests/init_valid_app_requirements.json

Issue 8227021: Merge 104582 - Add support for an optional "requirements" section in extension/app manifests. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/874/src/
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/test/data/extensions/manifest_tests/init_invalid_requirements_2.json ('k') | no next file » | 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 "name": "Requirements Hosted App", 2 "name": "Requirements Hosted App",
3 "version": "0", 3 "version": "0",
4 "app": { 4 "app": {
5 "launch": { 5 "launch": {
6 "web_url": "http://example.com" 6 "web_url": "http://example.com"
7 }, 7 },
8 "urls": [ 8 "urls": [
9 "http://*.example.com" 9 "http://*.example.com"
10 ] 10 ]
11 }, 11 },
12 "requirements": { 12 "requirements": {
13 "webgl": { 13 "webgl": {
14 "extensions": ["l33t OpenGL extension"] 14 "extensions": ["l33t OpenGL extension"]
15 } 15 }
16 } 16 }
17 } 17 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/manifest_tests/init_invalid_requirements_2.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698