Bombparty Defuser

Bombparty Defuser

A tool to help you pick better words in Bombparty

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bombparty Defuser",
  "version": "1.0.1",
  "description": "A tool to help you pick better words in Bombparty",
  "manifest_version": 3,
  "author": "Philip Roberts",
  "icons": {
    "128": "images/icon128.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "Window"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.jklm.fun/*",
        "https://jklm.fun/*"
      ],
      "js": [
        "content-script.js"
      ],
      "all_frames": true
    }
  ]
}