Files
hearts/public/manifest.json
T
2026-04-26 11:52:07 +00:00

31 lines
650 B
JSON

{
"name": "Hearts - Card Game",
"short_name": "Hearts",
"description": "The classic trick-taking card game",
"start_url": "/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#0d2744",
"theme_color": "#0d2744",
"icons": [
{
"src": "/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icons/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
}
]
}