mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-24 09:48:32 +02:00
refactor: better separation of dependencies to crates
node stuff to html crate only
This commit is contained in:
13
html-router/assets/manifest.json
Normal file
13
html-router/assets/manifest.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "minne",
|
||||
"short_name": "minne",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/icons/icon-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user