clocks_server/app/views/pwa/manifest.json.erb
2026-02-01 19:13:08 -05:00

23 lines
407 B
Plaintext

{
"name": "ClocksServer",
"icons": [
{
"src": "/icon.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "/icon.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "maskable"
}
],
"start_url": "/",
"display": "standalone",
"scope": "/",
"description": "ClocksServer.",
"theme_color": "red",
"background_color": "red"
}