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

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

Issue 10908184: Enforce the 'requirements' field in manifests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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
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 "3D": {
14 "extensions": ["l33t OpenGL extension"] 14 "features": ["webgl"]
15 } 15 }
16 } 16 }
17 } 17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698