pwa app is now working
This commit is contained in:
26
public/manifest.json
Normal file
26
public/manifest.json
Normal 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"
|
||||
}
|
Reference in New Issue
Block a user