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

Side by Side Diff: chrome/test/data/extensions/api_test/filesystem_handler/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
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 {
2 "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQChptAQ0n4R56N03nWQ1ogR7DVRBjGo80 Vw6G9KLjzZv44D8rq5Q5IkeQrtKgWyZfXevlsCe3LaLo18rcz8iZx6lK2xhLdUR+ORjsjuBfdEL5a5cW eRTSxf75AcqndQsmpwMBdrMTCZ8jQNusUI+XlrihLNNJuI5TM4vNINI5bYFQIBIw==",
3 "name": "ChromeOS file system intent hanlder extension",
4 "version": "0.1",
5 "description": "Tests of chrome.fileSystem.* methods",
6 "background_page": "background.html",
7 "file_browser_actions": [
Aaron Boodman 2011/04/13 18:08:03 file_browser_handlers
zel 2011/04/14 21:58:05 Done.
8 {
9 "id" : "TestAction",
10 "default_title" : "Default title",
11 "default_icon" : "icon.png",
12 "file_filters" : [ "filesystem:*.txt" ]
Aaron Boodman 2011/04/13 18:08:03 I am surprised that this pattern parses in URLPatt
zel 2011/04/14 21:58:05 filesystem: is a wacky one, there is no 'host' but
13 }
14 ],
15 "permissions": [
16 "fileBrowserHandler",
17 "tabs",
18 "unlimitedStorage"
19 ]
20 }
21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698