Files
thetool/public/assets/pwa/patching-manifest.json
2025-04-09 21:56:04 +02:00

22 lines
489 B
JSON

{
"name": "thetool Patching",
"short_name": "Patching",
"description": "Patching tool for thetool.",
"start_url": "/Patching/",
"scope": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#000000",
"icons": [
{
"src": "/assets/images/pwa-thetool-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/assets/images/pwa-thetool-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}