- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / quick_office / manifest_viewing.json
1 {
2   "background": {
3     "persistent": false,
4     "scripts": [
5       "scripts/background/register.js"
6     ]
7   },
8   "content_security_policy": "default-src 'self'; connect-src https://www.google-analytics.com/ blob: chrome-extension:; style-src 'self' 'unsafe-inline' chrome-extension:; img-src 'self' blob: data:; frame-src chrome-extension:; script-src 'self'",
9   "default_locale": "en",
10   "description": "Chrome Office Viewer (Beta)",
11   "file_browser_handlers": [
12     {
13       "default_title": "Chrome Office Viewer (Beta)",
14       "file_filters": [
15         "filesystem:*.doc",
16         "filesystem:*.docx",
17         "filesystem:*.docm",
18         "filesystem:*.ppt",
19         "filesystem:*.pptx",
20         "filesystem:*.pptm",
21         "filesystem:*.xls",
22         "filesystem:*.xlsx"
23       ],
24       "id": "qoview"
25     }
26   ],
27   "icons": {
28     "16": "img/icon_16.png",
29     "128": "img/icon_128.png"
30   },
31   "incognito": "split",
32   "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7ctCVtjJUxR/gv6iYPkgLvhSG5j9IcbJEjqR1rbi1OvJOYQkAniDpYo46x9Ah68Fg4e0yTspvjABnB0N8YW+e7iOHhPWz7MfhRsM9AyXn8KvFwZ2BHvhXZVXBmk8wo/VkGZuw4RJWl/itpOCVwin7emaEboRQO6ETBXCVjmdYyQIDAQAB",
33   "manifest_version": 2,
34   "mime_types": [
35     "application/msword",
36     "application/vnd.ms-word",
37     "application/vnd.msword",
38     "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
39     "application/vnd.wordprocessing-openxml",
40     "application/vnd.ces-quickword",
41     "application/vnd.ms-word.document.macroEnabled.12",
42     "application/vnd.ms-word.document.12",
43     "application/mspowerpoint",
44     "application/vnd.ms-powerpoint",
45     "application/vnd.openxmlformats-officedocument.presentationml.presentation",
46     "application/vnd.ces-quickpoint",
47     "application/vnd.presentation-openxml",
48     "application/vnd.presentation-openxmlm",
49     "application/vnd.ms-powerpoint.presentation.macroEnabled.12",
50     "application/msexcel",
51     "application/vnd.ms-excel",
52     "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
53     "application/vnd.ces-quicksheet",
54     "application/vnd.spreadsheet-openxml",
55     "application/vnd.ms-excel.sheet.macroEnabled.12"
56   ],
57   "name": "Chrome Office Viewer (Beta)",
58   "offline_enabled": true,
59   "permissions": [
60     "clipboardRead",
61     "clipboardWrite",
62     "fileBrowserHandler",
63     "fileSystem",
64     "fileSystem.write",
65     "https://www.google-analytics.com/",
66     "metricsPrivate",
67     "storage",
68     "streamsPrivate",
69     "unlimitedStorage"
70   ],
71   "platforms": [
72     {
73       "nacl_arch": "x86-32",
74       "sub_package_path": "_platform_specific/x86_32/"
75     },
76     {
77       "nacl_arch": "x86-64",
78       "sub_package_path": "_platform_specific/x86_64/"
79     },
80     {
81       "nacl_arch": "arm",
82       "sub_package_path": "_platform_specific/arm/"
83     }
84   ],
85   "version": "32.93.1611.7",
86   "web_accessible_resources": [
87     "views/qowt.html"
88   ]
89 }