Files
neta/public/manifest.json
T

24 lines
478 B
JSON

{
"name": "Revanios",
"short_name": "Revanios",
"description": "Self-hosted freelancer operating dashboard",
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone",
"orientation": "portrait",
"scope": "/",
"start_url": "/",
"icons": [
{
"src": "/logo/icon.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/logo/icon.png",
"sizes": "512x512",
"type": "image/png"
}
]
}