{
  "terms_accepted": true,
  "license": "GPL-2.0-only",
  "marketplace": {
    "name": "Phobos",
    "description": "Clear the demons to prove you're human. A real DOOM-engine captcha.",
    "preview": "preview.png",
    "categories": [
      "Arcade",
      "Action"
    ],
    "support": {
      "responsive": false,
      "touch": true,
      "keyboard": true,
      "screenReader": false,
      "audio": "optional"
    },
    "author": {
      "name": "Caputchin",
      "url": "https://caputchin.com"
    }
  },
  "npm": "@caputchin/game-phobos",
  "entry": "dist/phobos.js",
  "run": {
    "entry": "dist/run.js",
    "modules": [
      {
        "name": "phobos.wasm",
        "path": "dist/phobos.wasm",
        "type": "wasm"
      }
    ]
  },
  "preferred": {
    "width": 640,
    "height": 400,
    "layout": "modal"
  },
  "minSolveMs": 2500
}
