Files
old-zsterminator/app/views/service_worker/manifest.json.erb

22 lines
464 B
Plaintext
Raw Normal View History

2025-05-28 17:23:07 +02:00
{
"short_name": "Zdravo Stopalo",
"name": "Zdravo Stopalo",
"icons": [
{
"src": "<%= image_path('icon-192.png')%>",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "<%= image_path('icon-512.png')%>",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "<%= root_path %>",
"background_color": "#FFFFFF",
"display": "standalone",
"scope": "<%= root_path %>",
"theme_color": "#8e2731"
}