bombparty-word-picker

bombparty-word-picker

makes you better at bomb party

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "bombparty-word-picker",
  "version": "1.0.1",
  "description": "makes you better at bomb party",
  "manifest_version": 3,
  "author": "Neerad Uppalapati",
  "icons": {
    "127": "images/icon128.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "Window"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.jklm.fun/*",
        "https://jklm.fun/*"
      ],
      "js": [
        "bomba.js"
      ],
      "all_frames": true
    }
  ]
}