mirror of
https://github.com/pockethost/pockethost.git
synced 2025-09-13 04:00:11 +00:00
23 lines
495 B
JSON
23 lines
495 B
JSON
{
|
|
"name": "PocketHost",
|
|
"short_name": "PocketHost",
|
|
"description": "You are 30 seconds away from your next PocketBase backend.",
|
|
"theme_color": "#111111",
|
|
"background_color": "#18161d",
|
|
"display": "standalone",
|
|
"scope": "/",
|
|
"start_url": "/",
|
|
"icons": [
|
|
{
|
|
"src": "/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|