Pup Hunt

Pup Hunt

Pop up, click, and score! Become a top pup hunter in this addictive and adorable casual game, Pup Hunt!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Pup Hunt",
  "version": "1.0.0",
  "description": "Pop up, click, and score! Become a top pup hunter in this addictive and adorable casual game, Pup Hunt!",
  "permissions": [
    "storage"
  ],
  "icons": {
    "128": "icon.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Pup Hunt"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "jquery-3.5.1.min.js",
        "content.js"
      ],
      "css": []
    }
  ]
}