npm next-pwa, manifest.json

This commit is contained in:
Dobromir Popov
2024-04-06 18:02:06 +03:00
parent 0717433acb
commit 16ffe5fe8f
11 changed files with 5403 additions and 260 deletions

26
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": "https://sofia.mwitnessing.com/dash",
"scope": "https://sofia.mwitnessing.com/cart"
}