(un)politeBot

(un)politeBot

a helpful bot that wishes the very best (and worst) for you. essentially, the friend you never knew you neeed.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "(un)polite bot",
  "version": "2",
  "description": "a helpful bot that wishes the very best and worst for you",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "background": {
    "scripts": [
      "popup/(un)politeBot.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/jiggly.png",
    "default_title": "(un)polite bot",
    "default_popup": "popup/botPopup.html"
  }
}