Retro Racing Game

Retro Racing Game

The popular car racing game of the 80's and 90's has been re-adapted.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Kavgamiz Game",
  "name": "Retro Racing Game",
  "description": "The popular car racing game of the 80's and 90's has been re-adapted.",
  "manifest_version": 3,
  "version": "2.0",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "action": {
    "default_icon": {
      "128": "128.png"
    }
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "permissions": [],
  "icons": {
    "128": "128.png"
  },
  "update_url": "https://clients2.google.com/service/update2/crx"
}