Fix Crashes in the New Autofill UI
[chromium-blink-merge.git] / remoting / webapp / manifest.json
bloba52b1da2b4fb562355682cba9482dca5e98f0d68
2   "name": "__MSG_PRODUCT_NAME__",
3   "version": "FULL_APP_VERSION",
4   "description": "__MSG_PRODUCT_DESCRIPTION__",
5   "manifest_version": 2,
6   "default_locale": "en",
7   "app": {
8     "launch": {
9       "local_path": "main.html"
10     }
11   },
12   "icons": {
13     "128": "chromoting128.png",
14     "48": "chromoting48.png",
15     "16": "chromoting16.png"
16   },
17   "content_scripts": [
18     {
19       "matches": [
20         "OAUTH2_REDIRECT_URL"
21       ],
22       "js": [ "cs_oauth2_trampoline.js" ]
23     }
24   ],
25   "content_security_policy": "default-src 'self'; script-src 'self' https://*.talkgadget.google.com; style-src 'self' https://fonts.googleapis.com; img-src 'self' https://*.talkgadget.google.com; font-src *; connect-src 'self' https://accounts.google.com https://www.googleapis.com https://*.talkgadget.google.com https://relay.google.com",
26   "permissions": [
27     "https://accounts.google.com/*",
28     "https://www.googleapis.com/chromoting/*",
29     "https://*.talkgadget.google.com/talkgadget/*",
30     "https://relay.google.com/*",
31     "clipboardRead",
32     "clipboardWrite"
33   ],
34   "plugins": [
35     { "path": "remoting_host_plugin.dll", "public": false },
36     { "path": "libremoting_host_plugin.ia32.so", "public": false },
37     { "path": "libremoting_host_plugin.x64.so", "public": false },
38     { "path": "remoting_host_plugin.plugin", "public": false }
39   ],
40   "requirements": {
41     "plugins": {
42       "npapi": false
43     }
44   }