The News Tab

The News Tab

A new tab extension for chrome that allows you to view the latest news

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "2.0.0",
  "manifest_version": 3,
  "name": "The News Tab",
  "description": "A new tab extension for chrome that allows you to view the latest news",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "permissions": [
    "topSites",
    "storage",
    "alarms"
  ],
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}