(un)politeBot

(un)politeBot

a helpful bot that wishes the very best and worst for you

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "(un)politeBot",
  "version": "2",
  "description": "a helpful bot that wishes the very best and worst for you",
  "background": {
    "scripts": [
      "popup/(un)politeBot.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/jiggly.png",
    "default_title": "(un)polite bot",
    "default_popup": "popup/botPopup.html"
  }
}