added wpa needed files. WPA is still WIP.

This commit is contained in:
Dobromir Popov
2024-04-06 19:22:35 +03:00
parent 239207e1d3
commit b669e71146
10 changed files with 95 additions and 32 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": "https://sofia.mwitnessing.com/dash",
// "scope": "https://sofia.mwitnessing.com/cart"
}