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

Side by Side 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, 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7ctCVtjJUxR/gv6iYPkgLvhSG5j9Icb JEjqR1rbi1OvJOYQkAniDpYo46x9Ah68Fg4e0yTspvjABnB0N8YW+e7iOHhPWz7MfhRsM9AyXn8KvFwZ 2BHvhXZVXBmk8wo/VkGZuw4RJWl/itpOCVwin7emaEboRQO6ETBXCVjmdYyQIDAQAB",
3
4 "background": {
5 "persistent": false,
6 "page": "views/background/backgroundPage.html"
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'",
2 "default_locale": "en", 9 "default_locale": "en",
3 "minimum_chrome_version": "27.0.1453.52", 10 "description": "Chrome Office Viewer (Beta)",
4 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7ctCVtjJUxR/gv6iYPkgLvhSG5j9Icb JEjqR1rbi1OvJOYQkAniDpYo46x9Ah68Fg4e0yTspvjABnB0N8YW+e7iOHhPWz7MfhRsM9AyXn8KvFwZ 2BHvhXZVXBmk8wo/VkGZuw4RJWl/itpOCVwin7emaEboRQO6ETBXCVjmdYyQIDAQAB", 11 "file_browser_handlers": [{
12 "default_title": "Chrome Office Viewer (Beta)",
13 "file_filters": [
14 "filesystem:*.doc",
15 "filesystem:*.docx",
16 "filesystem:*.docm",
17 "filesystem:*.ppt",
18 "filesystem:*.pptx",
19 "filesystem:*.pptm",
20 "filesystem:*.xls",
21 "filesystem:*.xlsx"],
22 "id": "qoview"
23 }],
24 "icons": {
25 "16": "img/icon_16.png",
26 "128": "img/icon_128.png"
27 },
5 "incognito": "split", 28 "incognito": "split",
6 "offline_enabled": true, 29 "manifest_version": 2,
7 "mime_types": [ 30 "mime_types": [
8 "application/msword", 31 "application/msword",
9 "application/vnd.ms-word", 32 "application/vnd.ms-word",
10 "application/vnd.msword", 33 "application/vnd.msword",
11 "application/vnd.openxmlformats-officedocument.wordprocessingml.document", 34 "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
12 "application/vnd.wordprocessing-openxml", 35 "application/vnd.wordprocessing-openxml",
13 "application/vnd.ces-quickword", 36 "application/vnd.ces-quickword",
14 "application/vnd.ms-word.document.macroEnabled.12", 37 "application/vnd.ms-word.document.macroEnabled.12",
15 "application/vnd.ms-word.document.12", 38 "application/vnd.ms-word.document.12",
16 "application/mspowerpoint", 39 "application/mspowerpoint",
17 "application/vnd.ms-powerpoint", 40 "application/vnd.ms-powerpoint",
18 "application/vnd.openxmlformats-officedocument.presentationml.presentation", 41 "application/vnd.openxmlformats-officedocument.presentationml.presentation",
19 "application/vnd.ces-quickpoint", 42 "application/vnd.ces-quickpoint",
20 "application/vnd.presentation-openxml", 43 "application/vnd.presentation-openxml",
21 "application/vnd.presentation-openxmlm", 44 "application/vnd.presentation-openxmlm",
22 "application/vnd.ms-powerpoint.presentation.macroEnabled.12", 45 "application/vnd.ms-powerpoint.presentation.macroEnabled.12",
23 "application/msexcel", 46 "application/msexcel",
24 "application/vnd.ms-excel", 47 "application/vnd.ms-excel",
25 "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", 48 "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
26 "application/vnd.ces-quicksheet", 49 "application/vnd.ces-quicksheet",
27 "application/vnd.spreadsheet-openxml", 50 "application/vnd.spreadsheet-openxml",
28 "application/vnd.ms-excel.sheet.macroEnabled.12" 51 "application/vnd.ms-excel.sheet.macroEnabled.12"],
29 ], 52 "name": "Chrome Office Viewer (Beta)",
30 "content_security_policy": "default-src \u0027self\u0027; connect-src blob: ch rome-extension:; style-src \u0027self\u0027 \u0027unsafe-inline\u0027 chrome-ext ension:; img-src \u0027self\u0027 blob: data:; frame-src chrome-extension:; scri pt-src \u0027self\u0027", 53 "offline_enabled": true,
31 "version": "2.8.7.25",
32 "web_accessible_resources": ["views/qowt.html"],
33 "description": "Chrome Office Viewer (beta)",
34 "background": {
35 "persistent": false,
36 "page": "views/background/backgroundPage.html"
37 },
38 "name": "Chrome Office Viewer",
39 "permissions": [ 54 "permissions": [
40 "fileBrowserHandler", 55 "fileBrowserHandler",
41 "fileSystem", 56 "fileSystem",
42 "fileSystem.write", 57 "fileSystem.write",
43 "metricsPrivate", 58 "metricsPrivate",
44 "streamsPrivate", 59 "streamsPrivate",
45 "unlimitedStorage" 60 "unlimitedStorage"],
46 ], 61 "version": "2.9.2.6",
47 "icons": { 62 "web_accessible_resources": [
48 "128": "img/icon_128.png", 63 "views/qowt.html"]
49 "16": "img/icon_16.png"
50 },
51 "file_browser_handlers": [{
52 "id": "qoview",
53 "default_title": "Chrome Office Viewer (beta)",
54 "file_filters": [
55 "filesystem:*.doc",
56 "filesystem:*.docx",
57 "filesystem:*.ppt",
58 "filesystem:*.pptx",
59 "filesystem:*.xls",
60 "filesystem:*.xlsx"
61 ]
62 }],
63 "manifest_version": 2
64 } 64 }
OLDNEW
« 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