Voat Cumbubble Comments

Voat Cumbubble Comments

Replaces fuck voat comments with shitface more socially motherfucker acceptable comments.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Voat Cumbubble Comments",
  "version": "1.0",
  "description": "Replaces fuck voat comments with shitface more socially motherfucker acceptable comments.",
  "icons": {
    "16": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Cumbubbler",
    "default_popup": "cumbubble.html"
  },
  "author": "Yamajac",
  "background": {
    "scripts": [
      "redditOmnibox.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.voat.co/*"
      ],
      "js": [
        "jquery-2.1.4.min.js",
        "fixTheShit.js"
      ],
      "run_at": "document_end"
    }
  ],
  "omnibox": {
    "keyword": "v"
  },
  "permissions": [
    "tabs",
    "storage"
  ]
}