- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / quick_office / manifest_editor.json
1 {
2   "background": {
3     "persistent": false,
4     "scripts": [
5       "scripts/background/register.js",
6       "scripts/configs/experimentalFeatures.js"
7     ]
8   },
9   "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'",
10   "default_locale": "en",
11   "description": "Quickoffice (Beta)",
12   "file_browser_handlers": [
13     {
14       "default_title": "Quickoffice (Beta)",
15       "file_filters": [
16         "filesystem:*.doc",
17         "filesystem:*.docx",
18         "filesystem:*.docm",
19         "filesystem:*.ppt",
20         "filesystem:*.pptx",
21         "filesystem:*.pptm",
22         "filesystem:*.xls",
23         "filesystem:*.xlsx"
24       ],
25       "id": "qoview"
26     }
27   ],
28   "icons": {
29     "16": "img/icon_16.png",
30     "128": "img/icon_128.png"
31   },
32   "incognito": "split",
33   "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7ctCVtjJUxR/gv6iYPkgLvhSG5j9IcbJEjqR1rbi1OvJOYQkAniDpYo46x9Ah68Fg4e0yTspvjABnB0N8YW+e7iOHhPWz7MfhRsM9AyXn8KvFwZ2BHvhXZVXBmk8wo/VkGZuw4RJWl/itpOCVwin7emaEboRQO6ETBXCVjmdYyQIDAQAB",
34   "manifest_version": 2,
35   "mime_types": [
36     "application/msword",
37     "application/vnd.ms-word",
38     "application/vnd.msword",
39     "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
40     "application/vnd.wordprocessing-openxml",
41     "application/vnd.ces-quickword",
42     "application/vnd.ms-word.document.macroEnabled.12",
43     "application/vnd.ms-word.document.12",
44     "application/mspowerpoint",
45     "application/vnd.ms-powerpoint",
46     "application/vnd.openxmlformats-officedocument.presentationml.presentation",
47     "application/vnd.ces-quickpoint",
48     "application/vnd.presentation-openxml",
49     "application/vnd.presentation-openxmlm",
50     "application/vnd.ms-powerpoint.presentation.macroEnabled.12",
51     "application/msexcel",
52     "application/vnd.ms-excel",
53     "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
54     "application/vnd.ces-quicksheet",
55     "application/vnd.spreadsheet-openxml",
56     "application/vnd.ms-excel.sheet.macroEnabled.12"
57   ],
58   "name": "Quickoffice (Beta)",
59   "offline_enabled": true,
60   "permissions": [
61     "clipboardRead",
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": "32.93.1611.7",
87   "web_accessible_resources": [
88     "views/qowt.html"
89   ]
90 }