Chromium Code Reviews| Index: chrome/test/data/extensions/api_test/filesystem_handler/manifest.json |
| =================================================================== |
| --- chrome/test/data/extensions/api_test/filesystem_handler/manifest.json (revision 0) |
| +++ chrome/test/data/extensions/api_test/filesystem_handler/manifest.json (revision 0) |
| @@ -0,0 +1,21 @@ |
| +{ |
| + "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQChptAQ0n4R56N03nWQ1ogR7DVRBjGo80Vw6G9KLjzZv44D8rq5Q5IkeQrtKgWyZfXevlsCe3LaLo18rcz8iZx6lK2xhLdUR+ORjsjuBfdEL5a5cWeRTSxf75AcqndQsmpwMBdrMTCZ8jQNusUI+XlrihLNNJuI5TM4vNINI5bYFQIBIw==", |
| + "name": "ChromeOS file system intent hanlder extension", |
| + "version": "0.1", |
| + "description": "Tests of chrome.fileSystem.* methods", |
| + "background_page": "background.html", |
| + "file_browser_actions": [ |
|
Aaron Boodman
2011/04/13 18:08:03
file_browser_handlers
zel
2011/04/14 21:58:05
Done.
|
| + { |
| + "id" : "TestAction", |
| + "default_title" : "Default title", |
| + "default_icon" : "icon.png", |
| + "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
|
| + } |
| + ], |
| + "permissions": [ |
| + "fileBrowserHandler", |
| + "tabs", |
| + "unlimitedStorage" |
| + ] |
| +} |
| + |
| Property changes on: chrome/test/data/extensions/api_test/filesystem_handler/manifest.json |
| ___________________________________________________________________ |
| Added: svn:eol-style |
| + LF |