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