mirror of
https://github.com/ryankazokas/turbovault-app.git
synced 2026-04-17 05:32:52 +00:00
23 lines
409 B
Plaintext
23 lines
409 B
Plaintext
{
|
|
"name": "TurbovaultWeb",
|
|
"icons": [
|
|
{
|
|
"src": "/icon.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
},
|
|
{
|
|
"src": "/icon.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512",
|
|
"purpose": "maskable"
|
|
}
|
|
],
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"scope": "/",
|
|
"description": "TurbovaultWeb.",
|
|
"theme_color": "red",
|
|
"background_color": "red"
|
|
}
|