Reddit News

Reddit News

Get all reddit discussons currently active on any website

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 News",
  "description": "Get all reddit discussons currently active on any website",
  "version": "1.0",
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "16": "Reddit-16x16.png",
      "24": "Reddit-48x48.png",
      "32": "Reddit-128x128.png"
    }
  }
}