Skip to content

Commit

Permalink
feat(static): add maskable icons and update web manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnans2006 committed Apr 4, 2024
1 parent fcdd5de commit e750c86
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 19 deletions.
2 changes: 2 additions & 0 deletions Ion.egg-info/SOURCES.txt
Expand Up @@ -1006,6 +1006,8 @@ intranet/static/img/logos/Login-Logo.svg
intranet/static/img/logos/Login-Logo@2x.png
intranet/static/img/logos/logo-blue.svg
intranet/static/img/logos/logo-blueblack.svg
intranet/static/img/logos/touch/touch-icon-maskable192.png
intranet/static/img/logos/touch/touch-icon-maskable512.png
intranet/static/img/logos/touch/touch-icon120.png
intranet/static/img/logos/touch/touch-icon128.png
intranet/static/img/logos/touch/touch-icon144.png
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 13 additions & 19 deletions intranet/static/manifest.json
Expand Up @@ -2,35 +2,29 @@
"short_name": "TJ Intranet",
"name": "TJ Intranet",
"icons": [
{
"src": "/static/img/logos/touch/touch-icon128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "/static/img/logos/touch/touch-icon144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "/static/img/logos/touch/touch-icon192.png",
"sizes": "192x192",
"type": "image/png"
"type": "image/png",
"purpose": "any"
},
{
"src": "/static/img/logos/touch/touch-icon256.png",
"sizes": "256x256",
"type": "image/png"
"src": "/static/img/logos/touch/touch-icon-maskable192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/static/img/logos/touch/touch-icon384.png",
"sizes": "384x384",
"type": "image/png"
"src": "/static/img/logos/touch/touch-icon512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/static/img/logos/touch/touch-icon512.png",
"src": "/static/img/logos/touch/touch-icon-maskable512.png",
"sizes": "512x512",
"type": "image/png"
"type": "image/png",
"purpose": "maskable"
}
],
"background_color": "#0048AB",
Expand Down

0 comments on commit e750c86

Please sign in to comment.