Cube Dodge!

Cube Dodge!

dodge cubes and other things

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "5",
  "short_name": "Cube Dodge!",
  "name": "Cube Dodge!",
  "version_name": "1.3",
  "description": "dodge cubes and other things",
  "icons": {
    "128": "images/get_started128.png"
  },
  "permissions": [],
  "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "images/get_started128.png",
    "default_title": "Cube Dodge!"
  }
}