[Bugfix] the Manifest Syntax error (#1524)

Fixes the Manifest Syntax error
This commit is contained in:
Ludy
2024-07-04 23:05:45 +02:00
committed by GitHub
parent 1c90b65bca
commit 40042c37f2
4 changed files with 15 additions and 20 deletions

View File

@@ -1,8 +1,3 @@
p {
text-align: center;
margin-top: 2em;
}
.features-container {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(21rem, 3fr));

View File

@@ -3,12 +3,12 @@
"short_name": "Stirling-PDF",
"icons": [
{
"src": "/android-icon-192x192.png",
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-icon-512x512.png",
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}

View File

@@ -1,17 +1,17 @@
{
"name": "Stirling PDF",
"short_name": "Stirling PDF",
"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"
}
{
"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",