14 lines
462 B
JSON
14 lines
462 B
JSON
{
|
|
"name": "Nimuli",
|
|
"short_name": "Nimuli",
|
|
"description": "Short links, QR codes, and bio pages — all in one place.",
|
|
"start_url": "/dashboard",
|
|
"display": "standalone",
|
|
"background_color": "#0a0a0f",
|
|
"theme_color": "#7c3aed",
|
|
"icons": [
|
|
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
|
|
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
|
|
]
|
|
}
|