aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
blob: 910ccd0400a9dcc54c88f3b14fb68e66e034c3aa (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
26
27
28
29
30
{
  "name": "Ninja Authoring Tool",
  "description": "Ninja HTML5 Authoring Tool - Alpha Release",
  "version": "0.7.0.0",
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "icons": {
    "16": "ninja_icon_16.png",
    "128": "ninja_icon_128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications",
    "webRequest",
    "webRequestBlocking",
    "http://tetsubo.org/*",
    "clipboardRead",
    "clipboardWrite"
  ],
  "requirements": {
    "3D": {
      "features": ["css3d", "webgl"]
    }
  },
  "minimum_chrome_version": "20.0.1132.47",
  "offline_enabled": true
}