Tunnel Glider

Tunnel Glider

Dodge 3D obstacles and speed through the tunnel. Click the extension icon to play!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Tunnel Glider",
  "short_name": "Tunnel Glider",
  "description": "Dodge 3D obstacles and speed through the tunnel. Click the extension icon to play!",
  "version": "0.018",
  "icons": {
    "16": "assets/icons/icon16.png",
    "48": "assets/icons/icon48.png",
    "128": "assets/icons/icon128.png"
  },
  "action": {
    "default_icon": "assets/icons/icon.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "storage"
  ]
}