summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/me2mom/manifest.json
blob: 8262cf036eea1cbb4db6f3185cee99f5324406b8 (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
{
  "name": "__MSG_PRODUCT_NAME_AND_VERSION__ NAME_SUFFIX",
  "version": "1.0.UNIQUE_VERSION",
  "description": "__MSG_PRODUCT_DESCRIPTION__",
  "default_locale": "en",
  "app": {
    "launch": {
      "local_path": "choice.html"
    }
  },
  "icons": {
    "128": "chromoting128.png",
    "16": "chromoting16.png"
  },
  "content_scripts": [
    {
      "matches": [
      "https://chromoting-httpxmpp-oauth2-dev.corp.google.com/oauth2_trampoline",
      "https://chromoting-httpxmpp-oauth2-dev.corp.google.com/oauth2_trampoline?*"
      ],
      "js": ["cs_oauth2_trampoline.js"]
    }
  ],
  "permissions": [
    "tabs",
    "https://accounts.google.com/o/oauth2/*",
    "https://www.google.com/accounts/*",
    "https://www.googleapis.com/chromoting/*"
  ],
  "PLUGINS": "PLACEHOLDER"
}