Dunestash Public Frontend 0.0.1-a.1
This commit is contained in:
commit
fe36970476
67 changed files with 2179 additions and 0 deletions
13
public/manifest.json
Normal file
13
public/manifest.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"short_name": "Dunestash",
|
||||
"name": "Dunestash",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
"sizes": "64x64 32x32 24x24 16x16",
|
||||
"type": "image/x-icon"
|
||||
}
|
||||
],
|
||||
"start_url": ".",
|
||||
"display": "standalone"
|
||||
}
|
Reference in a new issue