Files
PlaylistShared/PlaylistShared.PWA2123/wwwroot/manifest.webmanifest
2026-04-13 14:16:44 +03:00

23 lines
441 B
JSON

{
"name": "PlaylistShared.PWA",
"short_name": "PlaylistShared.PWA",
"id": "./",
"start_url": "./",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#03173d",
"prefer_related_applications": false,
"icons": [
{
"src": "icon-512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "icon-192.png",
"type": "image/png",
"sizes": "192x192"
}
]
}