This commit is contained in:
2026-01-11 00:01:51 +00:00
parent 344066fb51
commit c0fb8d611b
4 changed files with 79 additions and 1 deletions

21
public/manifest.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "Global Counter",
"short_name": "Counter",
"description": "A real-time global counter application.",
"start_url": "/",
"display": "standalone",
"background_color": "#F0F2F5",
"theme_color": "#FF6B6B",
"icons": [
{
"src": "icon.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "icon.png",
"sizes": "192x192",
"type": "image/png"
}
]
}