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

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

Issue 15703018: Improved Quickoffice editing about:flag. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Correcting manifest files for inbuilt extension. Created 7 years, 6 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
Index: chrome/browser/resources/quick_office/manifest_editor.json
diff --git a/chrome/browser/resources/quick_office/manifest_editor.json b/chrome/browser/resources/quick_office/manifest_editor.json
deleted file mode 100644
index 47ef6607f4f60b23afef0b878092c5d7a4885224..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/quick_office/manifest_editor.json
+++ /dev/null
@@ -1,64 +0,0 @@
-{
- "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",
- "manifest_version": 2,
- "mime_types": [
- "application/msword",
- "application/vnd.ms-word",
- "application/vnd.msword",
- "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
- "application/vnd.wordprocessing-openxml",
- "application/vnd.ces-quickword",
- "application/vnd.ms-word.document.macroEnabled.12",
- "application/vnd.ms-word.document.12",
- "application/mspowerpoint",
- "application/vnd.ms-powerpoint",
- "application/vnd.openxmlformats-officedocument.presentationml.presentation",
- "application/vnd.ces-quickpoint",
- "application/vnd.presentation-openxml",
- "application/vnd.presentation-openxmlm",
- "application/vnd.ms-powerpoint.presentation.macroEnabled.12",
- "application/msexcel",
- "application/vnd.ms-excel",
- "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
- "application/vnd.ces-quicksheet",
- "application/vnd.spreadsheet-openxml",
- "application/vnd.ms-excel.sheet.macroEnabled.12"],
- "name": "Quickoffice (Experimental)",
- "offline_enabled": true,
- "permissions": [
- "fileBrowserHandler",
- "fileSystem",
- "fileSystem.write",
- "metricsPrivate",
- "streamsPrivate",
- "unlimitedStorage"],
- "version": "2.9.2.14",
- "web_accessible_resources": [
- "views/qowt.html"]
-}

Powered by Google App Engine
This is Rietveld 408576698