User Watch for reddit

User Watch for reddit

Show selected users who have recently been active on reddit.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "19": "images/alien19.png",
      "38": "images/alien38.png"
    },
    "default_popup": "popup.html",
    "default_title": "User Watch for reddit"
  },
  "description": "Show selected users who have recently been active on reddit.",
  "options_page": "options.html",
  "icons": {
    "19": "images/alien19.png",
    "32": "images/alien32.png",
    "38": "images/alien38.png",
    "48": "images/alien48.png",
    "64": "images/alien64.png",
    "128": "images/alien128.png"
  },
  "name": "User Watch for reddit",
  "short_name": "User Watch",
  "permissions": [
    "tabs",
    "http://reddit.com/*",
    "storage"
  ],
  "version": "0.0.5"
}