Hill Climb Racing Online Game

Hill Climb Racing Online Game

Play Hill Climb Racing online. Hill Climb Racing is playable online as an HTML5 game, therefore no download is necessary.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Hill Climb Racing Online Game",
  "version": "7.2.3",
  "description": "Play Hill Climb Racing online. Hill Climb Racing is playable online as an HTML5 game, therefore no download is necessary.",
  "action": {
    "default_icon": "images/icon128.png"
  },
  "author": "Bishnu Sahu",
  "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://allunblockedgames.com/panel/"
  ]
}