HopPenguinMan

HopPenguinMan

Play as HopPenguinMan, and escape the scorching heat of the desert before it's too late!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "HopPenguinMan",
  "description": "Play as HopPenguinMan, and escape the scorching heat of the desert before it's too late!",
  "version": "1",
  "manifest_version": 3,
  "game": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "action": {
    "default_title": "HopPenguinMan",
    "default_popup": "main.html"
  }
}