Doodle Jumper - popup simple game

Doodle Jumper - popup simple game

Doodle Jumper - free game available in your browser. Jump vs your friend. Original port.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": true,
    "scripts": [
      "bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon128.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_title__"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_desc__",
  "homepage_url": "https://ico.pe/admin/plugins/doodle2/",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "short_name": "__MSG_short__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2021.4.12.1"
}