48 lines
1.0 KiB
JSON
48 lines
1.0 KiB
JSON
{
|
|
"name": "TakeYourMeds",
|
|
"short_name": "Medis",
|
|
"description": "Medikamenten-Erinnerung mit Sarkasmus und Dopamin",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#1a1a2e",
|
|
"theme_color": "#F12F12",
|
|
"orientation": "portrait-primary",
|
|
"icons": [
|
|
{
|
|
"src": "/icon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
],
|
|
"shortcuts": [
|
|
{
|
|
"name": "Genommen (Morgens)",
|
|
"short_name": "Morgens ✓",
|
|
"url": "/?action=take&slot=morning",
|
|
"icons": [
|
|
{
|
|
"src": "/icon-192x192.png",
|
|
"sizes": "192x192"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Genommen (Mittags)",
|
|
"short_name": "Mittags ✓",
|
|
"url": "/?action=take&slot=noon",
|
|
"icons": [
|
|
{
|
|
"src": "/icon-192x192.png",
|
|
"sizes": "192x192"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |