Stirling-PDF/src/main/resources/static/site.webmanifest
Anthony Stirling a9f93b014a icon change
2024-02-10 15:56:41 +00:00

19 lines
458 B
JSON

{
"name": "Stirling PDF",
"short_name": "Stirling PDF",
"icons": [
{
"src": "/android-chrome-192x192.png?v=2",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png?v=2",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}