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

Unified Diff: chrome/browser/resources/quick_office/manifest.json

Issue 15955007: Manifest: Update Quickoffice to version 2.9.2.6 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/quick_office/manifest.json
diff --git a/chrome/browser/resources/quick_office/manifest.json b/chrome/browser/resources/quick_office/manifest.json
index d4a215d9ef6bd0bfc14568f9d14c26cf45ae3a2a..d190592fbfe808843a3821cd855abd41843cf7f0 100644
--- a/chrome/browser/resources/quick_office/manifest.json
+++ b/chrome/browser/resources/quick_office/manifest.json
@@ -1,9 +1,32 @@
{
- "default_locale": "en",
- "minimum_chrome_version": "27.0.1453.52",
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7ctCVtjJUxR/gv6iYPkgLvhSG5j9IcbJEjqR1rbi1OvJOYQkAniDpYo46x9Ah68Fg4e0yTspvjABnB0N8YW+e7iOHhPWz7MfhRsM9AyXn8KvFwZ2BHvhXZVXBmk8wo/VkGZuw4RJWl/itpOCVwin7emaEboRQO6ETBXCVjmdYyQIDAQAB",
+
+ "background": {
+ "persistent": false,
+ "page": "views/background/backgroundPage.html"
+ },
+ "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"
+ }],
+ "icons": {
+ "16": "img/icon_16.png",
+ "128": "img/icon_128.png"
+ },
"incognito": "split",
- "offline_enabled": true,
+ "manifest_version": 2,
"mime_types": [
"application/msword",
"application/vnd.ms-word",
@@ -25,40 +48,17 @@
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"application/vnd.ces-quicksheet",
"application/vnd.spreadsheet-openxml",
- "application/vnd.ms-excel.sheet.macroEnabled.12"
- ],
- "content_security_policy": "default-src \u0027self\u0027; connect-src blob: chrome-extension:; style-src \u0027self\u0027 \u0027unsafe-inline\u0027 chrome-extension:; img-src \u0027self\u0027 blob: data:; frame-src chrome-extension:; script-src \u0027self\u0027",
- "version": "2.8.7.25",
- "web_accessible_resources": ["views/qowt.html"],
- "description": "Chrome Office Viewer (beta)",
- "background": {
- "persistent": false,
- "page": "views/background/backgroundPage.html"
- },
- "name": "Chrome Office Viewer",
+ "application/vnd.ms-excel.sheet.macroEnabled.12"],
+ "name": "Chrome Office Viewer (Beta)",
+ "offline_enabled": true,
"permissions": [
"fileBrowserHandler",
"fileSystem",
"fileSystem.write",
"metricsPrivate",
"streamsPrivate",
- "unlimitedStorage"
- ],
- "icons": {
- "128": "img/icon_128.png",
- "16": "img/icon_16.png"
- },
- "file_browser_handlers": [{
- "id": "qoview",
- "default_title": "Chrome Office Viewer (beta)",
- "file_filters": [
- "filesystem:*.doc",
- "filesystem:*.docx",
- "filesystem:*.ppt",
- "filesystem:*.pptx",
- "filesystem:*.xls",
- "filesystem:*.xlsx"
- ]
- }],
- "manifest_version": 2
+ "unlimitedStorage"],
+ "version": "2.9.2.6",
+ "web_accessible_resources": [
+ "views/qowt.html"]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698