85 lines
2.0 KiB
JSON
85 lines
2.0 KiB
JSON
{
|
|
"name": "SportBuddy",
|
|
"short_name": "SportBuddy",
|
|
"description": "Aplikácia pre športových nadšencov na hľadanie spoluhráčov a organizáciu športových aktivít",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#f3f3f3",
|
|
"theme_color": "#0078d4",
|
|
"orientation": "portrait-primary",
|
|
"icons": [
|
|
{
|
|
"src": "/icon-72x72.png",
|
|
"sizes": "72x72",
|
|
"type": "image/png",
|
|
"purpose": "maskable any"
|
|
},
|
|
{
|
|
"src": "/icon-96x96.png",
|
|
"sizes": "96x96",
|
|
"type": "image/png",
|
|
"purpose": "maskable any"
|
|
},
|
|
{
|
|
"src": "/icon-128x128.png",
|
|
"sizes": "128x128",
|
|
"type": "image/png",
|
|
"purpose": "maskable any"
|
|
},
|
|
{
|
|
"src": "/icon-144x144.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png",
|
|
"purpose": "maskable any"
|
|
},
|
|
{
|
|
"src": "/icon-152x152.png",
|
|
"sizes": "152x152",
|
|
"type": "image/png",
|
|
"purpose": "maskable any"
|
|
},
|
|
{
|
|
"src": "/icon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "maskable any"
|
|
},
|
|
{
|
|
"src": "/icon-384x384.png",
|
|
"sizes": "384x384",
|
|
"type": "image/png",
|
|
"purpose": "maskable any"
|
|
},
|
|
{
|
|
"src": "/icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable any"
|
|
}
|
|
],
|
|
"categories": ["sports", "lifestyle", "social"],
|
|
"screenshots": [
|
|
{
|
|
"src": "/screenshot1.png",
|
|
"type": "image/png",
|
|
"sizes": "540x720"
|
|
}
|
|
],
|
|
"shortcuts": [
|
|
{
|
|
"name": "Nájsť aktivity",
|
|
"short_name": "Aktivity",
|
|
"description": "Vyhľadať športové aktivity",
|
|
"url": "/activities",
|
|
"icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
|
|
},
|
|
{
|
|
"name": "Moje aktivity",
|
|
"short_name": "Moje",
|
|
"description": "Zobraziť moje aktivity",
|
|
"url": "/my-activities",
|
|
"icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
|
|
}
|
|
]
|
|
}
|