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

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

Issue 6749021: Added new fileBrowserPrivate and fileHandler extension APIs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQDJ5+2VmV02HP3jkMhxbp2yuyzf4K4Jsf fgCf8zsPljLVV2A+JXGj0TbvzvDP3RDCKC5qPMprQkoYlKVW2b6H0kQ8dNmZsjxMqEz/ZDx4Z6/VvbMa z8pP+dENs5Io5XlG5Op2nsJF+y+LqbX6qbff9D/s4fTWyqKillpJN+48qs0wIBIw==", 2 "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQDJ5+2VmV02HP3jkMhxbp2yuyzf4K4Jsf fgCf8zsPljLVV2A+JXGj0TbvzvDP3RDCKC5qPMprQkoYlKVW2b6H0kQ8dNmZsjxMqEz/ZDx4Z6/VvbMa z8pP+dENs5Io5XlG5Op2nsJF+y+LqbX6qbff9D/s4fTWyqKillpJN+48qs0wIBIw==",
3 "name": "chromeos.local filesystem", 3 "name": "chromeos.local filesystem",
4 "version": "0.1", 4 "version": "0.1",
5 "description": "Local filesystem access sanity test", 5 "description": "Local filesystem access sanity test",
6 "background_page": "background.html", 6 "background_page": "background.html",
7 "permissions": [ 7 "permissions": [
8 "tabs", 8 "tabs",
9 "unlimitedStorage", 9 "unlimitedStorage",
10 "fileSystem", 10 "fileBrowserHandler",
11 "fileBrowserPrivate" 11 "fileBrowserPrivate"
12 ] 12 ]
13 } 13 }
14 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698