Skip to content

Commit

Permalink
✨ feat: Add maskable icon
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Sep 27, 2023
1 parent 9e06efc commit 3120375
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 10 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 27 additions & 10 deletions packages/assets-favicons/assets/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,22 +1,39 @@
{
"name": "LobeHub",
"short_name": "LobeHub",
"scope": "/",
"start_url": "/",
"orientation": "portrait",
"background_color": "#000000",
"description": "Empowering your AI dreams with LobeHub",
"display": "fullscreen",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
"type": "image/png",
"purpose": "any"
},
{
"src": "/android-chrome-maskable-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
"purpose": "any"
},
{
"src": "/android-chrome-maskable-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
],
"theme_color": "#000000",
"background_color": "#000000",
"display": "fullscreen"
"name": "LobeHub",
"orientation": "portrait",
"scope": "/",
"id": "/",
"short_name": "LobeHub",
"splash_pages": null,
"start_url": "/",
"theme_color": "#000000"
}

0 comments on commit 3120375

Please sign in to comment.