Add Metadata

This commit is contained in:
Raven Scott
2026-07-11 19:13:34 -04:00
parent 2690f6a262
commit 7d532b5a8a
28 changed files with 2093 additions and 11 deletions
+37 -4
View File
@@ -1,13 +1,46 @@
{
"name": "PearDock",
"short_name": "PearDock",
"description": "Decentralized Docker management on the Holepunch stack",
"description": "Peer-to-peer Docker management on HyperDHT. No open ports, no VPN, no central control plane.",
"id": "/",
"start_url": "/",
"scope": "/",
"display": "standalone",
"orientation": "any",
"lang": "en-US",
"dir": "ltr",
"background_color": "#0f1117",
"theme_color": "#2dd4bf",
"categories": ["developer", "utilities", "productivity"],
"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" }
]
{
"src": "/assets/favicons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/assets/favicons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/assets/logo/peardock-icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"screenshots": [
{
"src": "/assets/screenshots/screenshot-0.png",
"sizes": "1280x800",
"type": "image/png",
"form_factor": "wide",
"label": "PearDock desktop overview"
}
],
"related_applications": [],
"prefer_related_applications": false
}