jagd-apps/stoeberhunde/frontend/public/manifest.json

30 lines
726 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"short_name": "Stöberhunde",
"name": "Stöberhunde Heidekreis",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "icons/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"start_url": "/stoeberhunde/",
"scope": "/stoeberhunde/",
"display": "standalone",
"orientation": "portrait",
"theme_color": "#2d6a2d",
"background_color": "#ffffff",
"description": "Stöberhunde Heidekreis Übersicht der Stöberhundleiter"
}