GTA5 Miami Crime 3D Game New Tab

GTA5 Miami Crime 3D Game New Tab

You can steal any vehicle you wish auto, car, helicopter, jet pack. The game contains fully open world GTA 5 Environment.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "zillakgames",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "manifest_version": 3,
  "default_locale": "en",
  "version": "18",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "action": {
    "default_icon": {
      "128": "128.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "bookmarks",
    "topSites"
  ],
  "icons": {
    "128": "128.png"
  },
  "update_url": "https://clients2.google.com/service/update2/crx"
}