Reddit - TheButton

Reddit - TheButton

Realtime /r/thebutton watcher

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Reddit - TheButton",
  "description": "Realtime /r/thebutton watcher",
  "version": "1.0.3",
  "author": "romualdr",
  "short_name": "/r/thebutton",
  "minimum_chrome_version": "26",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "tabs",
    "http://www.reddit.com/"
  ]
}