security and apple icons

This commit is contained in:
Anthony Stirling
2023-08-09 20:30:07 +01:00
parent fd39f28e46
commit 3420adc7c9
25 changed files with 233 additions and 104 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "Stirling PDF",
"short_name": "Stirling PDF",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}