Files
wowbug/app/views/pwa/manifest.json.erb
robbiepaul 6f64e1a530
CI / scan_ruby (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
First
2026-04-29 00:06:36 +01:00

23 lines
395 B
Plaintext

{
"name": "Wowbug",
"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": "Wowbug.",
"theme_color": "red",
"background_color": "red"
}