Insult Generator

Insult Generator

Make an insult on the fly, these are not safe for work insults. Use at your own caution!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Insult Generator",
  "description": "Make an insult on the fly, these are not safe for work insults. Use at your own caution!",
  "version": "2.1.0",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Let loose the dogs of war!"
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/"
  ]
}