Sport background pictures new tab

Sport background pictures new tab

Random sports images in all new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "background.js"
  },
  "manifest_version": 3,
  "name": "Sport background pictures new tab",
  "version": "1.0.1",
  "description": "Random sports images in all new tab.",
  "permissions": [
    "cookies",
    "storage"
  ],
  "host_permissions": [
    "*://sportnewtab.com/",
    "*://*.sportnewtab.com/"
  ],
  "chrome_url_overrides": {
    "newtab": "bgSport.html"
  },
  "icons": {
    "16": "imgspt.png",
    "48": "imgspt.png",
    "128": "imgspt.png"
  },
  "action": {
    "default_icon": "imgspt.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}