stuff
This commit is contained in:
parent
59883061ca
commit
4a3e48aefa
6 changed files with 146 additions and 26 deletions
22
manifest.json
Normal file
22
manifest.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue