Strata

Strata

A game of forethought and sequencing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Strata",
  "description": "A game of forethought and sequencing.",
  "version": "1.0.5",
  "manifest_version": 2,
  "requirements": {
    "3D": {
      "features": [
        "css3d",
        "webgl"
      ]
    }
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "app": {
    "launch": {
      "local_path": "Strata_nacl.html"
    }
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://wallet.google.com; object-src 'self'"
}