Files
Mo-Misinformation-Counter/public/manifest.json
2026-01-11 00:01:51 +00:00

21 lines
492 B
JSON

{
"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"
}
]
}