Cub N Pup: Challenging Puzzle Game

Cub N Pup: Challenging Puzzle Game

Bring challenging puzzle game to your Google Chrome!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Cub N Pup: Challenging Puzzle Game",
  "version": "1.0.1",
  "version_name": "1.0.1",
  "action": {
    "default_icon": {
      "24": "img/24x24.png",
      "32": "img/32x32.png"
    },
    "default_title": "Cub N Pup!",
    "default_popup": "index.html?mode=popup"
  },
  "background": {
    "service_worker": "update.js"
  },
  "offline_enabled": true,
  "description": "Bring challenging puzzle game to your Google Chrome!",
  "icons": {
    "16": "img/16x16.png",
    "48": "img/48x48.png",
    "128": "img/128x128.png"
  },
  "options_page": "index.html?mode=popup",
  "homepage_url": "https://w3technic.com/games/cubnpup/"
}