Fake News Website Detector

Fake News Website Detector

Warning of websites which knowingly or unknowingly spread fake news.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "default_locale": "sk",
  "version": "1.0.352",
  "description": "__MSG_appDesc__",
  "background": {
    "scripts": [
      "sites.js",
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon128.png",
    "default_title": "__MSG_actionDefaultTitle__"
  },
  "permissions": [
    "http://*/",
    "https://*/",
    "tabs"
  ],
  "web_accessible_resources": [
    "assets/*.png"
  ],
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2
}