RosterHash/static/manifest.json
2025-09-09 09:36:58 -07:00

21 lines
No EOL
531 B
JSON

{
"name": "RosterHash - Fantasy Football Dashboard",
"short_name": "RosterHash",
"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": "/rosterhash_logo.png",
"sizes": "any",
"type": "image/png",
"purpose": "any maskable"
}
],
"categories": ["sports", "games"],
"scope": "/",
"lang": "en"
}