aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
blob: 1204717258b72d7a9642c1074743e84b34774c21 (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
{
  "name": "Motorola Ninja",
  "description": "Motorola Ninja HTML5 Authoring Tool Pre-Alpha",
  "version": "0.5.0.0",
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "icons": {
    "128": "ninja_icon_128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ],
  "requirements": {
    "3D": {
      "features": ["css3d", "webgl"]
    }
  },
  "minimum_chrome_version": "16.0.0.0",
  "offline_enabled": true,
  "update_url": "http://tetsubo.org/go/ninjaupdate"
}