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

Side by Side Diff: chrome/browser/resources/quick_office/manifest_viewing.json

Issue 22451003: Enable Quickoffice Editor by default. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 4 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "background": { 2 "background": {
3 "persistent": false, 3 "persistent": false,
4 "scripts": [ 4 "scripts": [
5 "scripts/background/register.js" 5 "scripts/background/register.js"
6 ] 6 ]
7 }, 7 },
8 "content_security_policy": "default-src 'self'; connect-src blob: chrome-exten sion:; style-src 'self' 'unsafe-inline' chrome-extension:; img-src 'self' blob: data:; frame-src chrome-extension:; script-src 'self'", 8 "content_security_policy": "default-src 'self'; connect-src blob: chrome-exten sion:; style-src 'self' 'unsafe-inline' chrome-extension:; img-src 'self' blob: data:; frame-src chrome-extension:; script-src 'self'",
9 "default_locale": "en", 9 "default_locale": "en",
10 "description": "Chrome Office Viewer (Beta)", 10 "description": "Chrome Office Viewer (Beta)",
11 "file_browser_handlers": [{ 11 "file_browser_handlers": [
12 "default_title": "Chrome Office Viewer (Beta)", 12 {
13 "file_filters": [ 13 "default_title": "Chrome Office Viewer (Beta)",
14 "filesystem:*.doc", 14 "file_filters": [
15 "filesystem:*.docx", 15 "filesystem:*.doc",
16 "filesystem:*.docm", 16 "filesystem:*.docx",
17 "filesystem:*.ppt", 17 "filesystem:*.docm",
18 "filesystem:*.pptx", 18 "filesystem:*.ppt",
19 "filesystem:*.pptm", 19 "filesystem:*.pptx",
20 "filesystem:*.xls", 20 "filesystem:*.pptm",
21 "filesystem:*.xlsx"], 21 "filesystem:*.xls",
22 "id": "qoview" 22 "filesystem:*.xlsx"
23 }], 23 ],
24 "id": "qoview"
25 }
26 ],
24 "icons": { 27 "icons": {
25 "16": "img/icon_16.png", 28 "16": "img/icon_16.png",
26 "128": "img/icon_128.png" 29 "128": "img/icon_128.png"
27 }, 30 },
28 "incognito": "split", 31 "incognito": "split",
29 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7ctCVtjJUxR/gv6iYPkgLvhSG5j9Icb JEjqR1rbi1OvJOYQkAniDpYo46x9Ah68Fg4e0yTspvjABnB0N8YW+e7iOHhPWz7MfhRsM9AyXn8KvFwZ 2BHvhXZVXBmk8wo/VkGZuw4RJWl/itpOCVwin7emaEboRQO6ETBXCVjmdYyQIDAQAB", 32 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7ctCVtjJUxR/gv6iYPkgLvhSG5j9Icb JEjqR1rbi1OvJOYQkAniDpYo46x9Ah68Fg4e0yTspvjABnB0N8YW+e7iOHhPWz7MfhRsM9AyXn8KvFwZ 2BHvhXZVXBmk8wo/VkGZuw4RJWl/itpOCVwin7emaEboRQO6ETBXCVjmdYyQIDAQAB",
30 "manifest_version": 2, 33 "manifest_version": 2,
31 "mime_types": [ 34 "mime_types": [
32 "application/msword", 35 "application/msword",
33 "application/vnd.ms-word", 36 "application/vnd.ms-word",
34 "application/vnd.msword", 37 "application/vnd.msword",
35 "application/vnd.openxmlformats-officedocument.wordprocessingml.document", 38 "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
36 "application/vnd.wordprocessing-openxml", 39 "application/vnd.wordprocessing-openxml",
37 "application/vnd.ces-quickword", 40 "application/vnd.ces-quickword",
38 "application/vnd.ms-word.document.macroEnabled.12", 41 "application/vnd.ms-word.document.macroEnabled.12",
39 "application/vnd.ms-word.document.12", 42 "application/vnd.ms-word.document.12",
40 "application/mspowerpoint", 43 "application/mspowerpoint",
41 "application/vnd.ms-powerpoint", 44 "application/vnd.ms-powerpoint",
42 "application/vnd.openxmlformats-officedocument.presentationml.presentation", 45 "application/vnd.openxmlformats-officedocument.presentationml.presentation",
43 "application/vnd.ces-quickpoint", 46 "application/vnd.ces-quickpoint",
44 "application/vnd.presentation-openxml", 47 "application/vnd.presentation-openxml",
45 "application/vnd.presentation-openxmlm", 48 "application/vnd.presentation-openxmlm",
46 "application/vnd.ms-powerpoint.presentation.macroEnabled.12", 49 "application/vnd.ms-powerpoint.presentation.macroEnabled.12",
47 "application/msexcel", 50 "application/msexcel",
48 "application/vnd.ms-excel", 51 "application/vnd.ms-excel",
49 "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", 52 "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
50 "application/vnd.ces-quicksheet", 53 "application/vnd.ces-quicksheet",
51 "application/vnd.spreadsheet-openxml", 54 "application/vnd.spreadsheet-openxml",
52 "application/vnd.ms-excel.sheet.macroEnabled.12"], 55 "application/vnd.ms-excel.sheet.macroEnabled.12"
56 ],
53 "name": "Chrome Office Viewer (Beta)", 57 "name": "Chrome Office Viewer (Beta)",
54 "offline_enabled": true, 58 "offline_enabled": true,
55 "permissions": [ 59 "permissions": [
56 "fileBrowserHandler", 60 "fileBrowserHandler",
57 "fileSystem", 61 "fileSystem",
58 "fileSystem.write", 62 "fileSystem.write",
59 "metricsPrivate", 63 "metricsPrivate",
60 "streamsPrivate", 64 "streamsPrivate",
61 "unlimitedStorage"], 65 "unlimitedStorage"
66 ],
62 "platforms": [ 67 "platforms": [
63 { 68 {
64 "nacl_arch": "x86-32", 69 "nacl_arch": "x86-32",
65 "sub_package_path": "_platform_specific/x86_32/" 70 "sub_package_path": "_platform_specific/x86_32/"
66 }, 71 },
67 { 72 {
68 "nacl_arch": "x86-64", 73 "nacl_arch": "x86-64",
69 "sub_package_path": "_platform_specific/x86_64/" 74 "sub_package_path": "_platform_specific/x86_64/"
70 }, 75 },
71 { 76 {
72 "nacl_arch": "arm", 77 "nacl_arch": "arm",
73 "sub_package_path": "_platform_specific/arm/" 78 "sub_package_path": "_platform_specific/arm/"
74 } 79 }
75 ], 80 ],
76 "version": "2.9.3.9", 81 "version": "3.0.3.1063",
77 "web_accessible_resources": [ 82 "web_accessible_resources": [
78 "views/qowt.html"] 83 "views/qowt.html"
84 ]
79 } 85 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/quick_office/manifest_experimental.json ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698