2354
This commit is contained in:
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"name": "OnAPB — Asociación de Básquet Paraná",
|
||||
"short_name": "OnAPB",
|
||||
"description": "Seguí el básquet de Paraná: partidos, equipos, entradas y resultados.",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#0a0a0a",
|
||||
"theme_color": "#b00000",
|
||||
"orientation": "portrait-primary",
|
||||
"lang": "es-AR",
|
||||
"scope": "/",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/icons/icon-72.png?v=4",
|
||||
"sizes": "72x72",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "/icons/icon-96.png?v=4",
|
||||
"sizes": "96x96",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "/icons/icon-128.png?v=4",
|
||||
"sizes": "128x128",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "/icons/icon-144.png?v=4",
|
||||
"sizes": "144x144",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "/icons/icon-152.png?v=4",
|
||||
"sizes": "152x152",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "/icons/icon-192.png?v=4",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "/icons/icon-384.png?v=4",
|
||||
"sizes": "384x384",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "/icons/icon-512.png?v=4",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
}
|
||||
],
|
||||
"shortcuts": [
|
||||
{
|
||||
"name": "Próximos Partidos",
|
||||
"short_name": "Partidos",
|
||||
"description": "Ver los próximos partidos",
|
||||
"url": "/eventos",
|
||||
"icons": [{ "src": "/icons/icon-96.png?v=4", "sizes": "96x96" }]
|
||||
},
|
||||
{
|
||||
"name": "Mi Panel",
|
||||
"short_name": "Mi Panel",
|
||||
"description": "Acceder a mi perfil y entradas",
|
||||
"url": "/panel-usuario",
|
||||
"icons": [{ "src": "/icons/icon-96.png?v=4", "sizes": "96x96" }]
|
||||
},
|
||||
{
|
||||
"name": "Torneos",
|
||||
"short_name": "Torneos",
|
||||
"description": "Ver torneos activos",
|
||||
"url": "/torneos",
|
||||
"icons": [{ "src": "/icons/icon-96.png?v=4", "sizes": "96x96" }]
|
||||
}
|
||||
],
|
||||
"screenshots": [],
|
||||
"categories": ["sports", "entertainment"],
|
||||
"prefer_related_applications": false
|
||||
}
|
||||
Reference in New Issue
Block a user