Initial commit

This commit is contained in:
goyban
2026-04-26 11:52:07 +00:00
commit 460c9d57ed
14 changed files with 3927 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
{
"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"
}
]
}