Dino Jump

Dino Jump

New game in your browser. Your t-rex now can jump.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "icons/icon128.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_appName__"
  },
  "version": "2.0",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "content.bundle.js"
      ]
    }
  ],
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "128": "icons/icon128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://*/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx"
}