Tunnel Rush: Free Online Game

Tunnel Rush: Free Online Game

Tunnel Rush Free Online Game is a high-speed games, Tunnel Rush will bring you all the feelings you desire!

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 Rush: Free Online Game",
  "version": "5.0",
  "description": "Tunnel Rush Free Online Game is a high-speed games, Tunnel Rush will bring you all the feelings you desire!",
  "action": {
    "default_icon": "icon-128.png"
  },
  "default_locale": "en",
  "background": {
    "service_worker": "bg.js"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "offline_enabled": false,
  "permissions": [
    "storage",
    "notifications",
    "alarms"
  ]
}