SuperHero.io unbloked

SuperHero.io unbloked

Superhero.io is a cool battle royal IO game. this is multiplayer game in which you have to defeat as many other players as you can.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "SuperHero.io unbloked",
  "version": "0.1",
  "description": "Superhero.io is a cool battle royal IO game. this is multiplayer game in which you have to defeat as many other players as you can.",
  "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"
  ]
}