T-Rex Doomsday Race๐Ÿฆ–

T-Rex Doomsday Race๐Ÿฆ–

๐Ÿฆ–๐Ÿฆ–๐Ÿฆ–Doomsday Race of Chrome Offline 'T-Rex' game.๐Ÿฆ•๐Ÿฆ•๐Ÿฆ•

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "version": "0.0.1",
  "icons": {
    "128": "images/icon/logo-1.png"
  },
  "background": {},
  "action": {
    "default_title": "__MSG_appName__",
    "default_icon": "images/icon/logo-1.png",
    "default_popup": "index.html"
  },
  "content_security_policy": {
    "extension_pages": "default-src 'self'"
  },
  "permissions": [
    ""
  ]
}