| Index: chrome/test/data/extensions/api_test/file_browser/app_file_handler/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/file_browser/app_file_handler/manifest.json b/chrome/test/data/extensions/api_test/file_browser/app_file_handler/manifest.json
|
| index 05e0a8a4e546272e6f840500f2243a1745ae49f4..cbe475f8f61d8f9b88567439544520b5f11461d8 100644
|
| --- a/chrome/test/data/extensions/api_test/file_browser/app_file_handler/manifest.json
|
| +++ b/chrome/test/data/extensions/api_test/file_browser/app_file_handler/manifest.json
|
| @@ -1,9 +1,9 @@
|
| {
|
| "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQChptAQ0n4R56N03nWQ1ogR7DVRBjGo80Vw6G9KLjzZv44D8rq5Q5IkeQrtKgWyZfXevlsCe3LaLo18rcz8iZx6lK2xhLdUR+ORjsjuBfdEL5a5cWeRTSxf75AcqndQsmpwMBdrMTCZ8jQNusUI+XlrihLNNJuI5TM4vNINI5bYFQIBIw==",
|
| - "name": "ChromeOS Web Intent handler extension",
|
| + "name": "ChromeOS File handler extension",
|
| "version": "0.1",
|
| "manifest_version": 2,
|
| - "description": "Tests of chrome.fileSystem.* methods for handling Web Intents",
|
| + "description": "Tests of chrome.fileSystem.* methods for handling files",
|
| "app": {
|
| "background": {
|
| "scripts": ["background.js"]
|
| @@ -15,7 +15,7 @@
|
| "title": "xul action handler"
|
| },
|
| "tiffAction": {
|
| - "types": ["image/tiff"],
|
| + "extensions": ["tiff"],
|
| "title": "tiff action handler"
|
| }
|
| },
|
|
|