summaryrefslogtreecommitdiff
path: root/platform/nacl/html/manifest.json
blob: 6e271507a990478f9bd734ca03f9479c2cf991fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "Capsuleman's Castle Adventure",
  "description": "Capsuleman's Castle Adventure",
  "version": "1",
  "app": {
	"launch": {
	  "local_path": "index.html"
	}
  },
  "icons": {
	"16": "icon_16.png",
	"128": "icon_128.png"
  },
  "permissions": [
	"unlimitedStorage",
	"notifications",
	"experimental"
  ]
}