| Index: chrome/browser/resources/quick_office/manifest_editor.json
|
| diff --git a/chrome/browser/resources/quick_office/manifest_experimental.json b/chrome/browser/resources/quick_office/manifest_editor.json
|
| similarity index 78%
|
| rename from chrome/browser/resources/quick_office/manifest_experimental.json
|
| rename to chrome/browser/resources/quick_office/manifest_editor.json
|
| index c8cd2f7be10fb6a820ba3976e70959ebd1b7cc40..a5ed0cbc13c8acae39505f12ef77cea3723e4147 100644
|
| --- a/chrome/browser/resources/quick_office/manifest_experimental.json
|
| +++ b/chrome/browser/resources/quick_office/manifest_editor.json
|
| @@ -8,20 +8,23 @@
|
| },
|
| "content_security_policy": "default-src 'self'; connect-src blob: chrome-extension:; style-src 'self' 'unsafe-inline' chrome-extension:; img-src 'self' blob: data:; frame-src chrome-extension:; script-src 'self'",
|
| "default_locale": "en",
|
| - "description": "Chrome Office Viewer (Beta)",
|
| - "file_browser_handlers": [{
|
| - "default_title": "Chrome Office Viewer (Beta)",
|
| - "file_filters": [
|
| - "filesystem:*.doc",
|
| - "filesystem:*.docx",
|
| - "filesystem:*.docm",
|
| - "filesystem:*.ppt",
|
| - "filesystem:*.pptx",
|
| - "filesystem:*.pptm",
|
| - "filesystem:*.xls",
|
| - "filesystem:*.xlsx"],
|
| - "id": "qoview"
|
| - }],
|
| + "description": "Quickoffice (Beta)",
|
| + "file_browser_handlers": [
|
| + {
|
| + "default_title": "Quickoffice (Beta)",
|
| + "file_filters": [
|
| + "filesystem:*.doc",
|
| + "filesystem:*.docx",
|
| + "filesystem:*.docm",
|
| + "filesystem:*.ppt",
|
| + "filesystem:*.pptx",
|
| + "filesystem:*.pptm",
|
| + "filesystem:*.xls",
|
| + "filesystem:*.xlsx"
|
| + ],
|
| + "id": "qoview"
|
| + }
|
| + ],
|
| "icons": {
|
| "16": "img/icon_16.png",
|
| "128": "img/icon_128.png"
|
| @@ -50,8 +53,9 @@
|
| "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
|
| "application/vnd.ces-quicksheet",
|
| "application/vnd.spreadsheet-openxml",
|
| - "application/vnd.ms-excel.sheet.macroEnabled.12"],
|
| - "name": "Chrome Office Viewer (Beta)",
|
| + "application/vnd.ms-excel.sheet.macroEnabled.12"
|
| + ],
|
| + "name": "Quickoffice (Beta)",
|
| "offline_enabled": true,
|
| "permissions": [
|
| "fileBrowserHandler",
|
| @@ -59,7 +63,8 @@
|
| "fileSystem.write",
|
| "metricsPrivate",
|
| "streamsPrivate",
|
| - "unlimitedStorage"],
|
| + "unlimitedStorage"
|
| + ],
|
| "platforms": [
|
| {
|
| "nacl_arch": "x86-32",
|
| @@ -74,7 +79,8 @@
|
| "sub_package_path": "_platform_specific/arm/"
|
| }
|
| ],
|
| - "version": "2.9.3.9",
|
| + "version": "3.0.3.1063",
|
| "web_accessible_resources": [
|
| - "views/qowt.html"]
|
| + "views/qowt.html"
|
| + ]
|
| }
|
|
|