OG Auto Clicker

OG Auto Clicker

The OG auto clicker is the best auto clicker in the market. The tool has two configuration types. It lets you place your cursor or…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "OG Auto Clicker",
  "version": "1.0",
  "description": "",
  "manifest_version": 3,
  "incognito": "split",
  "icons": {
    "128": "101.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "101.png"
  }
}