pasu/static/manifest.json

24 lines
446 B
JSON

{
"name": "soruly 2FA",
"short_name": "soruly 2FA",
"icons": [
{
"src": "favicon.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "icon.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"start_url": "/",
"display": "standalone",
"orientation": "natural",
"background_color": "#ffffff",
"theme_color": "#ffffff"
}