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

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

Issue 8200015: Add support for an optional "requirements" section in extension/app manifests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/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
OLDNEW
(Empty)
1 {
2 "name": "Requirements Hosted App",
3 "version": "0",
4 "app": {
5 "launch": {
6 "web_url": "http://example.com"
7 },
8 "urls": [
9 "http://*.example.com"
10 ]
11 },
12 "requirements": {
13 "webgl": {
14 "extensions": ["l33t OpenGL extension"]
15 }
16 }
17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698