This commit is contained in:
2023-11-27 11:32:55 +03:00
parent e164248d9c
commit 3a85bf532d
4 changed files with 68 additions and 24 deletions

15
manifest.webmanifest Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "Calculator",
"short_name": "Calculator",
"display": "standalone",
"orientation": "portrait",
"background_color": "#fff",
"scope": "/",
"start_url": "/",
"icons": [
{
"src": "/favicon.svg",
"sizes": "any"
}
]
}