Tunnel Rush 2 Unblocked

Tunnel Rush 2 Unblocked

Tunnel Rush 2 Unblocked game in which you traverse through tunnels

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_app__",
  "description": "__MSG_title__",
  "manifest_version": 3,
  "version": "2.0.1",
  "icons": {
    "32": "img/32.png",
    "128": "img/128.png"
  },
  "default_locale": "en",
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "background": {
    "service_worker": "service_worker.js"
  },
  "action": {
    "default_title": "Tunnel Rush 2",
    "default_icon": "img/32.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "js/contentRun.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "js/script.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "sandbox": {
    "pages": [
      "tunnel-rush-2/index.html"
    ]
  }
}