Sports LIVE

Sports LIVE

Follow the game

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sports LIVE",
  "version": "7.4",
  "manifest_version": 3,
  "description": "Follow the game",
  "icons": {
    "16": "images/icon_19.png",
    "48": "images/icon_38.png",
    "128": "images/icon_128.png"
  },
  "browser_action": {
    "default_title": "Sports LIVE - Follow the game",
    "default_icon": {
      "16": "images/icon_19.png",
      "48": "images/icon_38.png"
    },
    "default_popup": "html/main.html"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "chrome_url_overrides": {
    "newtab": "html/new_tab.html"
  },
  "permissions": [
    "topSites",
    "chrome://favicon/*",
    "storage"
  ]
}