make application URL point to localhost
[MojoFacets.git] / chrome-app / manifest.json
1 {
2   "name": "Mojo Facets",
3   "version": "1",
4   "icons": { "24": "24.png", "128": "128.png" },
5   "launch": {
6     "web_url": "http://localhost:3000/"
7   },
8   "permissions": [],
9   "web_content": {
10     "enabled": true,
11     "origin": "http://localhost"
12   }
13 }