Tabtonews

Tabtonews

Get the latest news in each new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Get the latest news in each new tab",
  "version": "4.4.2",
  "manifest_version": 3,
  "name": "Tabtonews",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "icons": {
    "34": "/icon-34.png",
    "128": "/icon-128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  }
}