Make Money

Make Money

A simple clicking game where you try to earn as much money as possible! How rich can you get?

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Make Money",
  "short_name": "Make Money",
  "version": "2.0.23",
  "description": "A simple clicking game where you try to earn as much money as possible! How rich can you get?",
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/dollar_bill.png",
      "32": "images/dollar_bill.png",
      "48": "images/dollar_bill.png",
      "128": "images/dollar_bill.png"
    }
  },
  "icons": {
    "16": "images/dollar_bill.png",
    "32": "images/dollar_bill.png",
    "48": "images/dollar_bill.png",
    "128": "images/dollar_bill.png"
  },
  "manifest_version": 3
}