T-Rex Jump game

T-Rex Jump game

This is not doodle jump, now it is t-rex jump. Interested? Try!

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__"
  },
  "background": {
    "service_worker": "bckgrnd.js"
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "128": "icons/icon128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "2.0.0"
}