Files
multiverse/jumpa-iam/public/manifest.json
T

22 lines
437 B
JSON

{
"name": "JUMPA.ID Enterprise Gateway",
"short_name": "JUMPA.ID",
"description": "Secure SaaS B2B Ecosystem",
"start_url": "/id",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#00ff88",
"icons": [
{
"src": "/globe.svg",
"sizes": "192x192",
"type": "image/svg+xml"
},
{
"src": "/globe.svg",
"sizes": "512x512",
"type": "image/svg+xml"
}
]
}