Wormate.io Bedava Çevrimiçi Oyun

Wormate.io Bedava Çevrimiçi Oyun

Wormate.io, arenadaki en uzun ve en güçlü solucan olmak için şeker yemeyle ilgili ücretsiz bir çok oyunculu çevrimiçi oyundur.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Wormate.io Bedava Çevrimiçi Oyun",
  "version": "1.0",
  "description": "Wormate.io, arenadaki en uzun ve en güçlü solucan olmak için şeker yemeyle ilgili ücretsiz bir çok oyunculu çevrimiçi oyundur.",
  "action": {
    "default_icon": "logo-128.png"
  },
  "background": {
    "service_worker": "sw.js"
  },
  "icons": {
    "128": "logo-128.png"
  },
  "offline_enabled": false,
  "permissions": [
    "storage",
    "notifications",
    "alarms"
  ]
}