FlashScores - Live sports scores

FlashScores - Live sports scores

Flash Scores football live scores have all the latest football scores, fixtures and accurate football results from 1000+ competitions. Follow live footy results now!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "FlashScores - Live sports scores",
  "short_name": "FSLR",
  "version": "1.2resigned1",
  "description": "Flash Scores football live scores have all the latest football scores, fixtures and accurate football results from 1000+ competitions. Follow live footy results now!",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "FlashScores - Live sports scores",
    "default_popup": "popup/choose_beast.html",
    "browser_style": true
  },
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "permissions": [
    "storage",
    "tabs",
    "https://www.flashscores.co.uk/"
  ],
  "options_ui": {
    "page": "options/options.html",
    "chrome_style": false
  },
  "default_locale": "en",
  "applications": {
    "gecko": {
      "id": "jid-flashscore@flashscore",
      "strict_min_version": "56.0"
    }
  }
}