Files
decpdf.site/public/manifest.webmanifest
2026-01-18 00:53:18 +00:00

21 lines
322 B
JSON

{
"short_name": "DECPDF",
"name": "DECPDF",
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff",
"icons": [
{
"src": "/d192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/d512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}