Skip to content

Commit

Permalink
fix: maskable icon to matrix icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul Andrade committed Mar 19, 2022
1 parent 2d1cfb1 commit 5427d04
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,19 @@
{
"src": "/img/icon-192.png",
"type": "image/png",
"sizes": "192x192"
"sizes": "192x192",
"purpose": "any maskable"
},
{
"src": "/img/icon-512.png",
"type": "image/png",
"sizes": "512x512"
"sizes": "512x512",
"purpose": "any maskable"
}
],
"background_color": "#fafafa",
"description": "Randomfy takes your most listened Spotify artists, selects one of them and shows you similar artists, so you can meet new artists based on the previous selected one.",
"display": "fullscreen",
"start_url": "/",
"theme_color": "#fafafa",
"purpose": "any maskable"
"theme_color": "#fafafa"
}

1 comment on commit 5427d04

@vercel
Copy link

@vercel vercel bot commented on 5427d04 Mar 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.