Reddit Reality Checks

Reddit Reality Checks

Prompts an occasional, subtle reality check while browsing the home page of Reddit.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Reddit Reality Checks",
  "description": "Prompts an occasional, subtle reality check while browsing the home page of Reddit.",
  "version": "0.1",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "http://www.reddit.com/"
      ],
      "js": [
        "jquery-1.8.1.min.js",
        "reddit-reality-check.js"
      ]
    }
  ]
}