| 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,14 @@
|
| +{
|
| + "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQChptAQ0n4R56N03nWQ1ogR7DVRBjGo80Vw6G9KLjzZv44D8rq5Q5IkeQrtKgWyZfXevlsCe3LaLo18rcz8iZx6lK2xhLdUR+ORjsjuBfdEL5a5cWeRTSxf75AcqndQsmpwMBdrMTCZ8jQNusUI+XlrihLNNJuI5TM4vNINI5bYFQIBIw==",
|
| + "name": "ChromeOS file system intent hanlder extension",
|
| + "version": "0.1",
|
| + "description": "Tests of chrome.fileSystem.* methods",
|
| + "background_page": "background.html",
|
| + "permissions": [
|
| + "contextMenus",
|
| + "fileSystem",
|
| + "tabs",
|
| + "unlimitedStorage"
|
| + ]
|
| +}
|
| +
|
|
|
| Property changes on: chrome/test/data/extensions/api_test/filesystem_handler/manifest.json
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|