Doodle Jump original

Doodle Jump original

Doodle jump with all boundries like on android or ios.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "icons/icon_128.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_appName__"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "128": "icons/icon_128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "27.5.2021.1"
}