summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/me2mom/manifest.json
blob: df672cc60b1ab0cc7ff9cb9cf311a2caa30d89cd (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://talkgadget.google.com/talkgadget/blank",
          "https://talkgadget.google.com/talkgadget/blank?*"
      ],
      "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"
}