Breakbot

Breakbot

Quickly add disruptive unicode, naughty strings, and more to your clipboard.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Breakbot",
  "short_name": "Breakbot",
  "version": "1.4.1",
  "description": "Quickly add disruptive unicode, naughty strings, and more to your clipboard.",
  "author": "Jack Kingsman <[email protected]>",
  "homepage_url": "https://github.com/jkingsman/Breakbot",
  "browser_action": {
    "default_title": "NaughtyBot",
    "default_icon": {
      "19": "img/breakbot-19.png",
      "38": "img/breakbot-38.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "page": "popup.html"
  },
  "icons": {
    "16": "img/breakbot-16.png",
    "48": "img/breakbot-48.png",
    "128": "img/breakbot-128.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+B"
      }
    }
  }
}