14 lines
459 B
JSON
14 lines
459 B
JSON
{
|
|
"name": "PearDock",
|
|
"short_name": "PearDock",
|
|
"description": "Decentralized Docker management on the Holepunch stack",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#0f1117",
|
|
"theme_color": "#2dd4bf",
|
|
"icons": [
|
|
{ "src": "/assets/favicons/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
|
|
{ "src": "/assets/favicons/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
|
|
]
|
|
}
|