Updoot for Reddit

Updoot for Reddit

Shortcuts, mods and tools for browsing the front page of the internet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Updoot for Reddit",
  "manifest_version": 2,
  "version": "1.1.1",
  "background": {
    "page": "background.html"
  },
  "description": "Shortcuts, mods and tools for browsing the front page of the internet.",
  "browser_action": {
    "name": "Updoot for Reddit",
    "icons": [
      "icon.png"
    ],
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "js": [
        "jquery.min.js",
        "background.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "doot.css"
      ]
    }
  ]
}