Sports Social Feed

Sports Social Feed

This extension makes your web browsing much easier and comfortable by helping you simply read sports social feeds in your city.

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/128.png",
    "default_title": "Sports Social Feed Extension"
  },
  "description": "This extension makes your web browsing much easier and comfortable by helping you simply read sports social feeds in your city.",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "manifest_version": 3,
  "name": "Sports Social Feed",
  "version": "1.2",
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*.svg"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "host_permissions": [
    "*://*.sports-newz.com/*"
  ]
}