X Racer - Web Game

X Racer - Web Game

X-Racer is a high speed 3D infinite racing game template.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "X Racer - Web Game",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "version": "10.4",
  "icons": {
    "16": "img/16.png",
    "24": "img/24.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "X Racer - Web Game",
    "default_icon": {
      "16": "img/16.png",
      "24": "img/24.png",
      "48": "img/48.png",
      "128": "img/128.png"
    }
  }
}