Drag Maze

Drag Maze

Quickly drag the red dot to the orange exit while avoiding borders.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Drag Maze",
  "version": "0.1.3",
  "description": "Quickly drag the red dot to the orange exit while avoiding borders.",
  "icons": {
    "16": "images/logo.png",
    "48": "images/logo.png",
    "128": "images/logo.png"
  },
  "action": {
    "default_icon": "images/logo.png",
    "default_popup": "index.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "permissions": [
    "storage"
  ],
  "manifest_version": 3
}