added manifest and desktop icons
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "List App",
|
||||
"short_name": "L@pp",
|
||||
"start_url": "/",
|
||||
"display": "standalone", // Or "minimal-ui" for a more browser-like feel on iOS
|
||||
"background_color": "#ffffff",
|
||||
"theme_color": "#000000",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/static/lapp192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/static/lapp512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/static/lapp1024.png",
|
||||
"sizes": "1024x1024",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable" // Good for modern iOS devices
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user