Skip to content

Commit

Permalink
🐛 fix: Fix json
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Sep 27, 2023
1 parent 3120375 commit e371a45
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions packages/assets-favicons/assets/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"background_color": "#000000",
"description": "Empowering your AI dreams with LobeHub",
"display": "fullscreen",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"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"
},
],
"name": "LobeHub",
"orientation": "portrait",
"scope": "/",
"id": "/",
"short_name": "LobeHub",
"splash_pages": null,
"start_url": "/",
"theme_color": "#000000"
"background_color": "#000000",
"description": "Empowering your AI dreams with LobeHub",
"display": "fullscreen",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"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"
}
],
"name": "LobeHub",
"orientation": "portrait",
"scope": "/",
"id": "/",
"short_name": "LobeHub",
"splash_pages": null,
"start_url": "/",
"theme_color": "#000000"
}

0 comments on commit e371a45

Please sign in to comment.