News Lovers Tab

News Lovers Tab

News Headlines On Your New Tab Page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "News Lovers Tab",
  "version": "0.1.3",
  "manifest_version": 3,
  "description": "News Headlines On Your New Tab Page",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "64": "images/icon-64.png",
    "128": "images/icon-128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*",
    "*://*.google.com/"
  ],
  "action": {
    "default_icon": {
      "32": "images/icon-32.png",
      "64": "images/icon-64.png"
    },
    "default_title": "News Lovers Tab"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/icon-48.png"
      ],
      "matches": [],
      "extension_ids": []
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}