Files
wallabicher/web/frontend/public/manifest.json
Omar Sánchez Pizarro 9a61f16959 feat: push notifications
Signed-off-by: Omar Sánchez Pizarro <omar.sanchez@pistacero.net>
2026-01-19 23:27:02 +01:00

25 lines
542 B
JSON

{
"name": "Wallabicher Dashboard",
"short_name": "Wallabicher",
"description": "Dashboard para monitorear artículos de Wallapop y Vinted",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#0284c7",
"background_color": "#ffffff",
"display": "standalone",
"start_url": "/",
"scope": "/",
"gcm_sender_id": "103953800507"
}