Skip to content

Commit

Permalink
Add maskable icons
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnans2006 committed Apr 4, 2024
1 parent 9c04210 commit 9cf961c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 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.
18 changes: 16 additions & 2 deletions tin/static/favicon/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,26 @@
{
"src": "/static/favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
"type": "image/png",
"purpose": "any"
},
{
"src": "/static/favicon/android-chrome-maskable-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/static/favicon/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
"type": "image/png",
"purpose": "any"
},
{
"src": "/static/favicon/android-chrome-maskable-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#4fab4f",
Expand Down

0 comments on commit 9cf961c

Please sign in to comment.