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

Side by Side Diff: chrome/browser/resources/quick_office/manifest_editor.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 "scripts/configs/experimentalFeatures.js" 6 "scripts/configs/experimentalFeatures.js"
7 ] 7 ]
8 }, 8 },
9 "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 "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'",
10 "default_locale": "en", 10 "default_locale": "en",
11 "description": "Chrome Office Viewer (Beta)", 11 "description": "Quickoffice (Beta)",
12 "file_browser_handlers": [{ 12 "file_browser_handlers": [
13 "default_title": "Chrome Office Viewer (Beta)", 13 {
14 "file_filters": [ 14 "default_title": "Quickoffice (Beta)",
15 "filesystem:*.doc", 15 "file_filters": [
16 "filesystem:*.docx", 16 "filesystem:*.doc",
17 "filesystem:*.docm", 17 "filesystem:*.docx",
18 "filesystem:*.ppt", 18 "filesystem:*.docm",
19 "filesystem:*.pptx", 19 "filesystem:*.ppt",
20 "filesystem:*.pptm", 20 "filesystem:*.pptx",
21 "filesystem:*.xls", 21 "filesystem:*.pptm",
22 "filesystem:*.xlsx"], 22 "filesystem:*.xls",
23 "id": "qoview" 23 "filesystem:*.xlsx"
24 }], 24 ],
25 "id": "qoview"
26 }
27 ],
25 "icons": { 28 "icons": {
26 "16": "img/icon_16.png", 29 "16": "img/icon_16.png",
27 "128": "img/icon_128.png" 30 "128": "img/icon_128.png"
28 }, 31 },
29 "incognito": "split", 32 "incognito": "split",
30 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7ctCVtjJUxR/gv6iYPkgLvhSG5j9Icb JEjqR1rbi1OvJOYQkAniDpYo46x9Ah68Fg4e0yTspvjABnB0N8YW+e7iOHhPWz7MfhRsM9AyXn8KvFwZ 2BHvhXZVXBmk8wo/VkGZuw4RJWl/itpOCVwin7emaEboRQO6ETBXCVjmdYyQIDAQAB", 33 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7ctCVtjJUxR/gv6iYPkgLvhSG5j9Icb JEjqR1rbi1OvJOYQkAniDpYo46x9Ah68Fg4e0yTspvjABnB0N8YW+e7iOHhPWz7MfhRsM9AyXn8KvFwZ 2BHvhXZVXBmk8wo/VkGZuw4RJWl/itpOCVwin7emaEboRQO6ETBXCVjmdYyQIDAQAB",
31 "manifest_version": 2, 34 "manifest_version": 2,
32 "mime_types": [ 35 "mime_types": [
33 "application/msword", 36 "application/msword",
34 "application/vnd.ms-word", 37 "application/vnd.ms-word",
35 "application/vnd.msword", 38 "application/vnd.msword",
36 "application/vnd.openxmlformats-officedocument.wordprocessingml.document", 39 "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
37 "application/vnd.wordprocessing-openxml", 40 "application/vnd.wordprocessing-openxml",
38 "application/vnd.ces-quickword", 41 "application/vnd.ces-quickword",
39 "application/vnd.ms-word.document.macroEnabled.12", 42 "application/vnd.ms-word.document.macroEnabled.12",
40 "application/vnd.ms-word.document.12", 43 "application/vnd.ms-word.document.12",
41 "application/mspowerpoint", 44 "application/mspowerpoint",
42 "application/vnd.ms-powerpoint", 45 "application/vnd.ms-powerpoint",
43 "application/vnd.openxmlformats-officedocument.presentationml.presentation", 46 "application/vnd.openxmlformats-officedocument.presentationml.presentation",
44 "application/vnd.ces-quickpoint", 47 "application/vnd.ces-quickpoint",
45 "application/vnd.presentation-openxml", 48 "application/vnd.presentation-openxml",
46 "application/vnd.presentation-openxmlm", 49 "application/vnd.presentation-openxmlm",
47 "application/vnd.ms-powerpoint.presentation.macroEnabled.12", 50 "application/vnd.ms-powerpoint.presentation.macroEnabled.12",
48 "application/msexcel", 51 "application/msexcel",
49 "application/vnd.ms-excel", 52 "application/vnd.ms-excel",
50 "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", 53 "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
51 "application/vnd.ces-quicksheet", 54 "application/vnd.ces-quicksheet",
52 "application/vnd.spreadsheet-openxml", 55 "application/vnd.spreadsheet-openxml",
53 "application/vnd.ms-excel.sheet.macroEnabled.12"], 56 "application/vnd.ms-excel.sheet.macroEnabled.12"
54 "name": "Chrome Office Viewer (Beta)", 57 ],
58 "name": "Quickoffice (Beta)",
55 "offline_enabled": true, 59 "offline_enabled": true,
56 "permissions": [ 60 "permissions": [
57 "fileBrowserHandler", 61 "fileBrowserHandler",
58 "fileSystem", 62 "fileSystem",
59 "fileSystem.write", 63 "fileSystem.write",
60 "metricsPrivate", 64 "metricsPrivate",
61 "streamsPrivate", 65 "streamsPrivate",
62 "unlimitedStorage"], 66 "unlimitedStorage"
67 ],
63 "platforms": [ 68 "platforms": [
64 { 69 {
65 "nacl_arch": "x86-32", 70 "nacl_arch": "x86-32",
66 "sub_package_path": "_platform_specific/x86_32/" 71 "sub_package_path": "_platform_specific/x86_32/"
67 }, 72 },
68 { 73 {
69 "nacl_arch": "x86-64", 74 "nacl_arch": "x86-64",
70 "sub_package_path": "_platform_specific/x86_64/" 75 "sub_package_path": "_platform_specific/x86_64/"
71 }, 76 },
72 { 77 {
73 "nacl_arch": "arm", 78 "nacl_arch": "arm",
74 "sub_package_path": "_platform_specific/arm/" 79 "sub_package_path": "_platform_specific/arm/"
75 } 80 }
76 ], 81 ],
77 "version": "2.9.3.9", 82 "version": "3.0.4.2",
78 "web_accessible_resources": [ 83 "web_accessible_resources": [
79 "views/qowt.html"] 84 "views/qowt.html"
85 ]
80 } 86 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/quick_office/manifest.json ('k') | chrome/browser/resources/quick_office/manifest_experimental.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698