preddit - XPLR Reddit Recommender

preddit - XPLR Reddit Recommender

Recommends subreddit on every reddit page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "preddit - XPLR Reddit Recommender",
  "version": "0.3",
  "homepage_url": "https://xplr.com/a-subreddit-recommender-with-xplr/",
  "description": "Recommends subreddit on every reddit page",
  "permissions": [
    "http://reddit.com/",
    "http://demo.xplr.com/"
  ],
  "icons": {
    "128": "icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://www.reddit.com/r/*"
      ],
      "js": [
        "lib/jquery-1.8.2.js",
        "recommend.js"
      ]
    }
  ]
}