Money clicker

Money clicker

A simple clicking game where you try to earn as much money as possible!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Money clicker",
  "description": "A simple clicking game where you try to earn as much money as possible!",
  "version": "1.50",
  "manifest_version": 3,
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "permissions": [],
  "action": {
    "default_popup": "index.html"
  }
}