Reddit Radar

Reddit Radar

This extension will notify you if the current page was posted on Reddit, clicking on the extension icon will take you to Reddit to…

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 Radar",
  "description": "",
  "version": "1.0",
  "browser_action": {
    "default_icon": "icon.png"
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "background": {
    "scripts": [
      "eventPage.js"
    ]
  },
  "permissions": [
    "activeTab",
    "webNavigation",
    "tabs"
  ]
}