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

Side by Side Diff: chrome/test/data/extensions/allow_silent_upgrade/platformapp2_new.json

Issue 253433002: Stop prompting for the file system write permission in packaged apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Indent Created 6 years, 8 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": "platform app api increase v2", 2 "name": "platform app api increase v2",
3 "version": "2", 3 "version": "2",
4 "manifest_version": 2, 4 "manifest_version": 2,
5 "app": {"background": {"scripts": ["background.js"]}}, 5 "app": {"background": {"scripts": ["background.js"]}},
6 "permissions": [ 6 "permissions": [
7 "http://example.com", 7 "http://example.com",
8 "fileSystem", 8 "fileSystem",
9 "fileSystem.directory",
9 "fileSystem.write" 10 "fileSystem.write"
10 ] 11 ]
11 } 12 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/permissions/permission_set_unittest.cc ('k') | extensions/common/permissions/permission_message.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698