Subway Surfers Unblocked For Free

Subway Surfers Unblocked For Free

Subway Surfers is an awesome classic endless running game and try to escape from the grumpy Inspector and his dog. you play as Jake.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Subway Surfers Unblocked For Free",
  "version": "1.2",
  "description": "Subway Surfers is an awesome classic endless running game and try to escape from the grumpy Inspector and his dog. you play as Jake.",
  "action": {
    "default_icon": "icons/128.png"
  },
  "default_locale": "en",
  "background": {
    "service_worker": "service-worker.js"
  },
  "icons": {
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "offline_enabled": false,
  "permissions": [
    "storage",
    "notifications",
    "alarms"
  ]
}