Poop Clicker Game Online Free Play

Poop Clicker Game Online Free Play

Poop Clicker Online is just another silly clicking game like Pizza Pusher. Move your mouse over the little brown pile and get hits.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Poop Clicker Game Online Free Play",
  "version": "10.1",
  "description": "Poop Clicker Online is just another silly clicking game like Pizza Pusher. Move your mouse over the little brown pile and get hits.",
  "action": {
    "default_icon": "img/icon128.png"
  },
  "author": "author",
  "default_locale": "en",
  "background": {
    "service_worker": "service_worker.js"
  },
  "icons": {
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "offline_enabled": false,
  "host_permissions": [
    "https://apkgifts.com/gamestabs/"
  ]
}