mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 07:03:25 +00:00
feat: pwa support
This commit is contained in:
24
public/manifest.json
Normal file
24
public/manifest.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "MyLinks",
|
||||
"short_name": "MyLinks",
|
||||
"description": "MyLinks is a free and open source software, that lets you manage your favorite links in an intuitive interface",
|
||||
"launch_handler": {
|
||||
"client_mode": [
|
||||
"focus-existing",
|
||||
"auto"
|
||||
]
|
||||
},
|
||||
"icons": [
|
||||
{
|
||||
"src": "/favicon.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#f0eef6",
|
||||
"background_color": "#f0eef6",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"orientation": "portrait"
|
||||
}
|
||||
Reference in New Issue
Block a user