Files
Randify.pro/public/manifest.json
T
emil 8f11c5af43 feat: add favorites panel to meal generator, remove redundant Another one button
- Add clickable favorites counter with expandable panel
- Render saved recipes list with remove button
- Remove duplicate 'Another one' button (Generate already covers it)
- Sync favorite button state when removing from panel
2026-05-13 00:25:09 +03:00

25 lines
554 B
JSON

{
"name": "Randify — Random Value Generators",
"short_name": "Randify",
"description": "Simple tools for raffles, games, and everything that needs randomness.",
"start_url": "/",
"display": "standalone",
"background_color": "#09090b",
"theme_color": "#534AB7",
"orientation": "portrait-primary",
"scope": "/",
"lang": "en",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}