Snopes Searcher

Snopes Searcher

Lets you check snopes with a highlight and right-click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Snopes Searcher",
  "description": "Lets you check snopes with a highlight and right-click.",
  "version": "1.0.1",
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "48": "search.png",
    "128": "Search_128x128.png"
  },
  "background": {
    "scripts": [
      "snopes.js"
    ]
  },
  "manifest_version": 2
}