Football Live Fixtures

Football Live Fixtures

This is an extension to get live football results and standings

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Football Live Fixtures",
  "version": "1.0.0",
  "description": "This is an extension to get live football results and standings",
  "manifest_version": 3,
  "author": "Mohammed Salman Ali",
  "icons": {
    "128": "football.png"
  },
  "action": {
    "default_icon": "football.png",
    "default_popup": "index.html",
    "default_title": "Live Football Fixtures"
  },
  "permissions": [
    "activeTab"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}