RosterHash/static/manifest.json
2025-09-07 12:52:42 -07:00

21 lines
No EOL
525 B
JSON

{
"name": "GameTime - Fantasy Football Dashboard",
"short_name": "GameTime",
"description": "View your Sleeper fantasy football leagues and player schedules",
"start_url": "/",
"display": "standalone",
"background_color": "#1e1e2e",
"theme_color": "#8b7ff5",
"orientation": "portrait-primary",
"icons": [
{
"src": "/gametime_logo.png",
"sizes": "any",
"type": "image/png",
"purpose": "any maskable"
}
],
"categories": ["sports", "games"],
"scope": "/",
"lang": "en"
}