summaryrefslogtreecommitdiffstats
path: root/remoting/client/extension/manifest.json
blob: 8492ffe4b440037b524bf35dbec1a1be2951b174 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "Chromoting Client",
  "version": "1.0",
  "description": "Lists the hosts that the user can access.",
  "browser_action": {
    "default_icon": "icon.png",
    "popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "http://www-googleapis-test.sandbox.google.com/",
    "https://www.google.com/accounts/"
  ]
}