cic-staff-client/src/manifest.webmanifest

35 lines
807 B
Plaintext
Raw Normal View History

2021-03-22 20:13:11 +01:00
{
"lang": "en",
"name": "CICADA",
"short_name": "CICADA",
"description": "A fully featured admin client for managing users and transactions in the CIC network.",
2021-05-11 18:52:49 +02:00
"theme_color": "#313a46",
2021-03-22 20:13:11 +01:00
"background_color": "#fafafa",
"display": "standalone",
"orientation": "any",
"scope": "/",
"start_url": ".",
"shortcuts": [
{
"name": "Authentication",
"short_name": "auth",
"description": "Authentication using private keys",
"url": "/auth"
}
],
"icons": [
{
2021-05-12 16:11:38 +02:00
"src": "assets/icons/manifest-icon-192.png",
2021-03-22 20:13:11 +01:00
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable any"
},
{
2021-05-12 16:11:38 +02:00
"src": "assets/icons/manifest-icon-512.png",
2021-03-22 20:13:11 +01:00
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable any"
}
]
}