Sportr

Sportr

Sportr - Keep up with the sport topics and trends you care about

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sportr",
  "version": "0.1",
  "description": "Sportr - Keep up with the sport topics and trends you care about",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "action": {
    "default_icon": "icon.png"
  },
  "manifest_version": 3,
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}