NewsGuard

NewsGuard

NewsGuard's ratings shields and labels help users know which news and information websites to trust.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "short_name": "NewsGuard",
  "author": "NewsGuard",
  "name": "NewsGuard",
  "description": "NewsGuard's ratings shields and labels help users know which news and information websites to trust.",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "NewsGuard"
  },
  "version": "5.6",
  "icons": {
    "16": "./assets/icons/png/NewsGuard_Shield_16.png",
    "48": "./assets/icons/png/NewsGuard_Shield_48.png",
    "128": "./assets/icons/png/NewsGuard_Shield_128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "https://*/",
    "nativeMessaging"
  ],
  "background": {
    "scripts": [
      "static/js/background.bundle.newsguard.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "static/js/content.bundle.newsguard.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}