aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
blob: eade08396ddbfb7ddd73fa138c0581339a4a2c9a (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
31
{
  "name": "Ninja Authoring Tool Preview",
  "description": "Ninja HTML5 Authoring Tool Preview",
  "version": "0.8.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",
    "http://localhost/*"
  ],
  "requirements": {
    "3D": {
      "features": ["css3d", "webgl"]
    }
  },
  "minimum_chrome_version": "20.0.1132.47",
  "offline_enabled": true
}