Burnin Rubber 5 XS Game New Tab

Burnin Rubber 5 XS Game New Tab

Race and shoot your way to the finish line in this fast-paced combat racing game. Speedy racing awaits you.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "zillakgames",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "17",
  "default_locale": "en",
  "icons": {
    "128": "extension.png"
  },
  "chrome_url_overrides": {
    "newtab": "newPage/index.html"
  },
  "action": {
    "default_icon": "extension.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "history",
    "storage",
    "unlimitedStorage"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "update_url": "https://clients2.google.com/service/update2/crx"
}