Swearable

Swearable

Use Swearable to glorify the shit out of your web experience!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Swearable",
  "short_name": "Swearable",
  "description": "Use Swearable to glorify the shit out of your web experience!",
  "version": "0.0.3",
  "icons": {
    "19": "images/icon19.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": "images/icon19.png",
    "default_title": "Swearable",
    "default_popup": "html/popup.html"
  },
  "options_page": "options/options.html",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/swearable.js"
      ]
    }
  ]
}