aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
blob: 0500101b2719e1978a5381194ff6115e17d5c9bd (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": "Ninja",
  "description": "Ninja HTML5 Authoring Tool - Alpha Release",
  "version": "0.5.1.0",
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "icons": {
    "128": "ninja_icon_128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ],
  "requirements": {
    "3D": {
      "features": ["css3d", "webgl"]
    }
  },
  "minimum_chrome_version": "17.0.0.0",
  "offline_enabled": true,
  "update_url": "http://ninjateam.am.mot.com/NinjaApp/update.xml"
}