21 lines
492 B
JSON
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"
|
|
}
|
|
]
|
|
} |