Denki Blocks!

Denki Blocks!

Denki Blocks! is a puzzle game like no other. Slide sticky blocks around and join the same colours together to solve puzzles.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Denki Blocks!",
  "description": "Denki Blocks! is a puzzle game like no other. Slide sticky blocks around and join the same colours together to solve puzzles.",
  "version": "1.0.0.8",
  "app": {
    "background": {
      "scripts": [
        "js/main.js"
      ]
    }
  },
  "icons": {
    "128": "128.png"
  },
  "kiosk_enabled": true,
  "offline_enabled": true,
  "permissions": [
    "fullscreen",
    "pointerLock",
    "identity",
    "storage",
    "notifications",
    "webview"
  ],
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "oauth2": {
    "client_id": "252994086988-6ujlbtkmfc3b71p4javcnafcfia6ogkk.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  }
}