~matsubara/juju-gui/tarmac-test

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "Juju GUI",
  "manifest_version": 2,
  "version": "0.2.0",

  "description": "Manage your Juju environment",
  "icons": {
    "128": "app/assets/images/juju-128.png"
  },

  "app": {
    "urls": [
      "*://localhost/"
    ],
    "launch": {
      "web_url": "http://localhost:8888/"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}