OLD | NEW |
1 { | 1 { |
2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7ctCVtjJUxR/gv6iYPkgLvhSG5j9Icb
JEjqR1rbi1OvJOYQkAniDpYo46x9Ah68Fg4e0yTspvjABnB0N8YW+e7iOHhPWz7MfhRsM9AyXn8KvFwZ
2BHvhXZVXBmk8wo/VkGZuw4RJWl/itpOCVwin7emaEboRQO6ETBXCVjmdYyQIDAQAB", | |
3 | |
4 "background": { | 2 "background": { |
5 "persistent": false, | 3 "persistent": false, |
6 "page": "views/background/backgroundPage.html" | 4 "scripts": [ |
| 5 "scripts/background/register.js", |
| 6 "scripts/configs/experimentalFeatures.js" |
| 7 ] |
7 }, | 8 }, |
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 "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", | 10 "default_locale": "en", |
10 "description": "Chrome Office Viewer (Beta)", | 11 "description": "Chrome Office Viewer (Beta)", |
11 "file_browser_handlers": [{ | 12 "file_browser_handlers": [{ |
12 "default_title": "Chrome Office Viewer (Beta)", | 13 "default_title": "Chrome Office Viewer (Beta)", |
13 "file_filters": [ | 14 "file_filters": [ |
14 "filesystem:*.doc", | 15 "filesystem:*.doc", |
15 "filesystem:*.docx", | 16 "filesystem:*.docx", |
16 "filesystem:*.docm", | 17 "filesystem:*.docm", |
17 "filesystem:*.ppt", | 18 "filesystem:*.ppt", |
18 "filesystem:*.pptx", | 19 "filesystem:*.pptx", |
19 "filesystem:*.pptm", | 20 "filesystem:*.pptm", |
20 "filesystem:*.xls", | 21 "filesystem:*.xls", |
21 "filesystem:*.xlsx"], | 22 "filesystem:*.xlsx"], |
22 "id": "qoview" | 23 "id": "qoview" |
23 }], | 24 }], |
24 "icons": { | 25 "icons": { |
25 "16": "img/icon_16.png", | 26 "16": "img/icon_16.png", |
26 "128": "img/icon_128.png" | 27 "128": "img/icon_128.png" |
27 }, | 28 }, |
28 "incognito": "split", | 29 "incognito": "split", |
| 30 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC4zyYTii0VTKI7W2U6fDeAvs3YCVZeAt
7C62IC64IDCMHvWy7SKMpOPjfg5v1PgYkFm+fGsCsVLN8NaF7fzYMVtjLc5bqhqPAi56Qidrqh1HxPAA
YhwFQd5BVGhZmh1fySHXFPE8VI2tIHwRrASOtx67jbSEk4nBAcJz6n+eGq8QIDAQAB", |
29 "manifest_version": 2, | 31 "manifest_version": 2, |
30 "mime_types": [ | 32 "mime_types": [ |
31 "application/msword", | 33 "application/msword", |
32 "application/vnd.ms-word", | 34 "application/vnd.ms-word", |
33 "application/vnd.msword", | 35 "application/vnd.msword", |
34 "application/vnd.openxmlformats-officedocument.wordprocessingml.document", | 36 "application/vnd.openxmlformats-officedocument.wordprocessingml.document", |
35 "application/vnd.wordprocessing-openxml", | 37 "application/vnd.wordprocessing-openxml", |
36 "application/vnd.ces-quickword", | 38 "application/vnd.ces-quickword", |
37 "application/vnd.ms-word.document.macroEnabled.12", | 39 "application/vnd.ms-word.document.macroEnabled.12", |
38 "application/vnd.ms-word.document.12", | 40 "application/vnd.ms-word.document.12", |
39 "application/mspowerpoint", | 41 "application/mspowerpoint", |
40 "application/vnd.ms-powerpoint", | 42 "application/vnd.ms-powerpoint", |
41 "application/vnd.openxmlformats-officedocument.presentationml.presentation", | 43 "application/vnd.openxmlformats-officedocument.presentationml.presentation", |
42 "application/vnd.ces-quickpoint", | 44 "application/vnd.ces-quickpoint", |
43 "application/vnd.presentation-openxml", | 45 "application/vnd.presentation-openxml", |
44 "application/vnd.presentation-openxmlm", | 46 "application/vnd.presentation-openxmlm", |
45 "application/vnd.ms-powerpoint.presentation.macroEnabled.12", | 47 "application/vnd.ms-powerpoint.presentation.macroEnabled.12", |
46 "application/msexcel", | 48 "application/msexcel", |
47 "application/vnd.ms-excel", | 49 "application/vnd.ms-excel", |
48 "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", | 50 "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", |
49 "application/vnd.ces-quicksheet", | 51 "application/vnd.ces-quicksheet", |
50 "application/vnd.spreadsheet-openxml", | 52 "application/vnd.spreadsheet-openxml", |
51 "application/vnd.ms-excel.sheet.macroEnabled.12"], | 53 "application/vnd.ms-excel.sheet.macroEnabled.12"], |
52 "name": "Quickoffice (Experimental)", | 54 "name": "Chrome Office Viewer (Beta)", |
53 "offline_enabled": true, | 55 "offline_enabled": true, |
54 "permissions": [ | 56 "permissions": [ |
55 "fileBrowserHandler", | 57 "fileBrowserHandler", |
56 "fileSystem", | 58 "fileSystem", |
57 "fileSystem.write", | 59 "fileSystem.write", |
58 "metricsPrivate", | 60 "metricsPrivate", |
59 "streamsPrivate", | 61 "streamsPrivate", |
60 "unlimitedStorage"], | 62 "unlimitedStorage"], |
61 "version": "2.9.2.14", | 63 "version": "2.9.2.14", |
62 "web_accessible_resources": [ | 64 "web_accessible_resources": [ |
63 "views/qowt.html"] | 65 "views/qowt.html"] |
64 } | 66 } |
OLD | NEW |