Crazy Runner Game - Runs Offline

Crazy Runner Game - Runs Offline

Crazy Runner is a cool run jump game? Here you have to run, jump over cars, bombs, tires. Collect coins and food on the road!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "manifest_version": 3,
  "name": "Crazy Runner Game - Runs Offline",
  "description": "Crazy Runner is a cool run jump game? Here you have to run, jump over cars, bombs, tires. Collect coins and food on the road!",
  "version": "1.2",
  "homepage_url": "https://magbei.com/crazy-runner/",
  "offline_enabled": true,
  "icons": {
    "16": "assets/icons/16.png",
    "32": "assets/icons/32.png",
    "48": "assets/icons/48.png",
    "128": "assets/icons/128.png"
  },
  "action": {
    "default_icon": "assets/icons/128.png",
    "default_title": "Crazy Runner - Runs Offline",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "assets/js/inout.js"
  }
}