This commit is contained in:
EduardSkibidiGooner 2024-09-29 15:52:53 +03:00
parent 59883061ca
commit 4a3e48aefa
6 changed files with 146 additions and 26 deletions

22
manifest.json Normal file
View file

@ -0,0 +1,22 @@
{
"name": "Prigoana.lol",
"short_name": "Prigoana",
"start_url": "/",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"description": "Eduard Prigoana",
"icons": [
{
"src": "./favicon.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./favicon.png",
"sizes": "512x512",
"type": "image/png"
}
]
}