XmasVsFootball - The Football News Xmasifier

XmasVsFootball - The Football News Xmasifier

No joy, no festivities for me or for you, only football it seems in the year of ‘22. Kids fast asleep, but no dream of Santa,…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "XmasVsFootball - The Football News Xmasifier",
  "description": "",
  "version": "0.16",
  "manifest_version": 3,
  "background": {
    "service_worker": "bg.js"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://bbc.com/*",
        "*://*.bbc.com/*",
        "*://*.bbc.co.uk/*",
        "*://bbc.co.uk/*",
        "*://*.skysports.com/*",
        "*://*.bbc.co.uk/sport*",
        "*://*.theguardian.com/uk/sport*",
        "*://*.theguardian.com/football*",
        "*://*.thesun.co.uk/sport/*",
        "*://*.independent.co.uk/sport*",
        "*://*.dailymail.co.uk/sport/*",
        "*://metro.co.uk/*",
        "*://theathletic.com/*",
        "*://*.euronews.com/*",
        "*://*.standard.co.uk/sport*",
        "*://*.bt.com/sport/*",
        "*://uk.sports.yahoo.com/*",
        "*://*.eurosport.co.uk/*",
        "*://*.mirror.co.uk/sport/football/*",
        "*://*.dailystar.co.uk/sport/*",
        "*://*.telegraph.co.uk/*",
        "*://*.itv.com/news/*",
        "*://*.channel4.com/news/*"
      ],
      "all_frames": false,
      "js": [
        "fandr.js",
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/logo.png"
  },
  "action": {
    "default_popup": "",
    "default_icon": {
      "16": "images/16.png",
      "32": "images/32.png",
      "48": "images/48.png",
      "128": "images/logo.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "SampleCsvFile.csv",
        "images/snowfall.gif"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}