Spot Fake News Domains

Spot Fake News Domains

This extension will spot fake news domains while browsing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Spot Fake News Domains",
  "version": "0.1",
  "short_name": "Spot Fake News Domains",
  "description": "This extension will spot fake news domains while browsing",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "author": "Vaishno Chaitanya G",
  "permissions": [
    "activeTab",
    "tabs",
    "https://*/*",
    "http://*/*",
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Spot Fake News Domains"
  },
  "manifest_version": 2
}