Run 3 Online For Free

Run 3 Online For Free

Run 3 Online Game is the latest endless running game. You will be in space and traveling through tunnel and track in the game

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Run 3 Online For Free",
  "version": "2.4",
  "description": "Run 3 Online Game is the latest endless running game. You will be in space and traveling through tunnel and track in the game",
  "action": {
    "default_icon": "images/icon128.png"
  },
  "author": "Games",
  "default_locale": "en",
  "background": {
    "service_worker": "scripts/service-worker.js"
  },
  "icons": {
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "offline_enabled": false,
  "permissions": [
    "storage",
    "notifications",
    "alarms"
  ],
  "host_permissions": [
    "https://yoki.games/panel2/"
  ]
}