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

Side by Side Diff: chrome/test/data/extensions/api_test/fullscreen/no_permission/manifest.json

Issue 12205002: Packaged apps manifest requires 'fullscreen' permission for HTML5 api. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed template params from permission_warnings.html Created 7 years, 10 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": "pointer lock access apitest fail", 2 "name": "fullscreen access apitest, without permission",
3 "description": "tests pointer lock is not accessible from this extension", 3 "description": "tests fullscreen is not accessible from this app",
4 "version": "1", 4 "version": "1",
5 "manifest_version": 2, 5 "manifest_version": 2,
6 "app": { 6 "app": {
7 "background": { 7 "background": {
8 "scripts": ["background.js"] 8 "scripts": ["background.js"]
9 } 9 }
10 }, 10 },
11 "permissions": [ ] 11 "permissions": [ ]
12 } 12 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698