ruddl - reddit browser

ruddl - reddit browser

Better way to browse reddit. See top comments right on the page. Browse other subreddits/sections. Auto-updates every minute.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ruddl - reddit browser",
  "description": "Better way to browse reddit. See top comments right on the page. Browse other subreddits/sections. Auto-updates every minute.",
  "version": "1.5",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://www.ruddl.com/"
    ],
    "launch": {
      "web_url": "http://www.ruddl.com"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}