summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/manifest.json
blob: a61615f607d040ad1a704b737ebaaba58e138c70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
  "name": "__MSG_PRODUCT_NAME__",
  "version": "FULL_APP_VERSION",
  "description": "__MSG_PRODUCT_DESCRIPTION__",
  "default_locale": "en",
  "app": {
    "launch": {
      "local_path": "main.html"
    }
  },
  "icons": {
    "128": "chromoting128.png",
    "48": "chromoting48.png",
    "16": "chromoting16.png"
  },
  "content_scripts": [
    {
      "matches": [
        "OAUTH2_REDIRECT_URL"
      ],
      "js": [ "cs_oauth2_trampoline.js" ]
    }
  ],
  "permissions": [
    "https://accounts.google.com/o/oauth2/*",
    "https://www.google.com/accounts/*",
    "https://www.googleapis.com/chromoting/*",
    "https://talkgadget.google.com/talkgadget/*",
    "https://relay.google.com/*",
    "clipboardRead",
    "clipboardWrite"
  ],
  "plugins": [
    { "path": "remoting_host_plugin.dll", "public": false },
    { "path": "libremoting_host_plugin.ia32.so", "public": false },
    { "path": "libremoting_host_plugin.x64.so", "public": false },
    { "path": "remoting_host_plugin.plugin", "public": false }
  ]
}