bootstrap 5

This commit is contained in:
Anthony Stirling
2023-08-22 23:03:21 +01:00
parent 8aac0c0327
commit 7741d60afd
7 changed files with 58 additions and 50 deletions

View File

@@ -3,12 +3,12 @@
"short_name": "Stirling PDF",
"icons": [
{
"src": "/android-chrome-192x192.png",
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"src": "android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
@@ -16,4 +16,4 @@
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
}