Files
kontor/kontor-rails/app/views/pwa/manifest.json.erb
T
tpeetz b039ae97a9
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
add subproject kontor-rails
2026-06-01 23:47:57 +02:00

23 lines
405 B
Plaintext

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