update cards

This commit is contained in:
2026-05-14 18:05:19 +03:00
parent 7815ce9587
commit 7c120c4f0b
29 changed files with 181 additions and 126 deletions

View File

@@ -1,18 +1,17 @@
{
"name": "MyWebSite",
"short_name": "MySite",
"name": "Your Website",
"short_name": "Website",
"description": "Description of your website",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
"type": "image/png"
},
{
"src": "/web-app-manifest-512x512.png",
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
"type": "image/png"
}
],
"theme_color": "#ffffff",