NewsCord: News Comparisons and Summaries

NewsCord: News Comparisons and Summaries

An extension that finds similar news articles to the one you're on, summarises and finds key coverage differences

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NewsCord: News Comparisons and Summaries",
  "version": "2.8",
  "description": "An extension that finds similar news articles to the one you're on, summarises and finds key coverage differences",
  "permissions": [
    "activeTab"
  ],
  "action": {
    "default_title": "NewsCord",
    "default_popup": "index.html",
    "default_icon": {
      "16": "logo-16.png",
      "32": "logo-32.png",
      "48": "logo-48.png",
      "128": "logo-128.png"
    }
  },
  "icons": {
    "16": "logo-16.png",
    "32": "logo-32.png",
    "48": "logo-48.png",
    "128": "logo-128.png"
  },
  "manifest_version": 3
}