Extreme Traffic Racer Game 3D

Extreme Traffic Racer Game 3D

If you are a fan of racing games, try to make the highest score in challenging weather conditions.

Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "128.png"
  },
  "author": "zillakgames",
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "128": "128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "sandbox": {
    "pages": [
      "Extreme_Traffic_Racer_Game_3D/index.html"
    ]
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "21"
}