pwa app is now working

This commit is contained in:
Dobromir Popov
2024-04-07 01:10:26 +03:00
parent e4e3f9581a
commit 807bb35973
5 changed files with 102 additions and 10 deletions

26
public/manifest.json Normal file
View File

@ -0,0 +1,26 @@
{
"theme_color": "#ffffff",
"background_color": "#e36600",
"icons": [
{
"purpose": "maskable",
"sizes": "512x512",
"src": "favicon.png",
"type": "image/png"
},
{
"purpose": "any",
"sizes": "512x512",
"src": "favicon.png",
"type": "image/png"
}
],
"orientation": "any",
"display": "standalone",
"dir": "auto",
"lang": "en-US",
"name": "Специално Свидетелстване София",
"short_name": "ССС",
"start_url": "/",
"scope": "/cart"
}