Doodle Jump - original unblocked

Doodle Jump - original unblocked

Original unblocked Doodle Jump game in popup. Monsters, different levels, animations and sounds are available.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Plugtopus Agency",
  "background": {
    "service_worker": "js/bg.js"
  },
  "action": {
    "default_icon": "icons/icon128.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_title__"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "/js/content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_desc__",
  "homepage_url": "https://plugtopus.agency",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_name__",
  "short_name": "__MSG_short__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "26.6.22.1"
}