FFW Pathetic Reminder

FFW Pathetic Reminder

Reminds you when you are being P A T H E T I C

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FFW Pathetic Reminder",
  "description": "Reminds you when you are being P A T H E T I C",
  "version": "1.0",
  "manifest_version": 3,
  "icons": {
    "16": "icons/ffw-16.png",
    "32": "icons/ffw-32.png",
    "48": "icons/ffw-48.png",
    "128": "icons/ffw-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "audio/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*",
        "https://twitter.com/*",
        "https://www.tiktok.com/*",
        "https://www.instagram.com/*",
        "https://www.pornhub.com/*",
        "https://www.hentaihaven.org/*",
        "https://www.xvideos.com/*",
        "https://www.xhamster.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}