Pink Thumb 2023

Pink Thumb 2023

Type secrets only if you see the pink thumb!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pink Thumb 2023",
  "version": "2.1",
  "description": "Type secrets only if you see the pink thumb!",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "Type secrets only if you see the pink thumb!",
    "default_icon": "/images/neutral.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "declarativeContent"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "manifest_version": 3
}