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

Side by Side Diff: chrome/test/data/extensions/requirements/v2_bad_requirements_and_permissions/manifest.json

Issue 10689097: Enforce the 'requirements' field in manifests. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed UnpackedInstller issue 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
OLDNEW
(Empty)
1 {
2 "name": "Extension Service Requirements Test",
3 "version": "1.2",
4 "manifest_version": 2,
5 "permissions": ["tabs"],
6 "requirements": {
7 "3D": {
8 "features": ["webgl"]
9 }
10 }
11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698