One Stop Soccer

One Stop Soccer

Your one stop spot for updates in MLS and other leagues! If you need a quick way to check scores and standings data on the browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "One Stop Soccer",
  "manifest_version": 3,
  "description": "Your one stop spot for updates in MLS and other leagues! If you need a quick way to check scores and standings data on the browser.",
  "version": "1.03",
  "action": {
    "default_icon": "./img/icon.png",
    "default_popup": "popup.html"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "32": "/img/icon32.png",
    "128": "/img/icon128.png"
  }
}