citation needed

citation needed

highlights anonymous sources in news articles

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "name": "citation needed",
  "description": "highlights anonymous sources in news articles",
  "homepage_url": "https://github.com/gka/citation-needed",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "version": "0.2.2",
  "manifest_version": 2
}