Block Reddit

Block Reddit

Reminds you to get off Reddit.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Block Reddit",
  "version": "1.0.3",
  "description": "Reminds you to get off Reddit.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "manifest_version": 2,
  "icons": {
    "16": "pear.png",
    "48": "pear.png",
    "128": "pear.png"
  },
  "page_action": {
    "default_icon": {
      "19": "pear.png",
      "38": "pear.png"
    },
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "*://*.reddit.com/*",
    "storage"
  ]
}