gorescript classic

gorescript classic

Fast-paced '90s-style first-person shooter with an abstract 2.5D-meets-voxels aesthetic, made entirely in JavaScript / WebGL.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "gorescript classic",
  "short_name": "gorescript",
  "description": "Fast-paced '90s-style first-person shooter with an abstract 2.5D-meets-voxels aesthetic, made entirely in JavaScript / WebGL.",
  "version": "1.2.2",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "permissions": [
    "fileSystem",
    "storage",
    "pointerLock",
    "app.window.fullscreen",
    "app.window.fullscreen.overrideEsc"
  ],
  "offline_enabled": true,
  "icons": {
    "128": "icon128.png"
  }
}