The Best Sports News In The World

The Best Sports News In The World

This extension helps you simply read the sports news.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "action": {
    "default_icon": "icons/balls-sports-128.png",
    "default_title": "The Best Sports News In The World"
  },
  "description": "This extension helps you simply read the sports news.",
  "icons": {
    "16": "icons/balls-sports-16.png",
    "32": "icons/balls-sports-32.png",
    "128": "icons/balls-sports-128.png"
  },
  "manifest_version": 3,
  "name": "The Best Sports News In The World",
  "version": "1.1",
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*.svg",
        "icons/*.png"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "host_permissions": [
    "*://*.sports-best-news.com/*"
  ]
}