mirror of https://github.com/byecorps/id.git
34 lines
793 B
JSON
34 lines
793 B
JSON
|
{
|
||
|
"name": "ByeCorps ID",
|
||
|
"short_name": "ByeCorps ID",
|
||
|
"start_url": "/?pwa=true",
|
||
|
|
||
|
"display": "minimal-ui",
|
||
|
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "/assets/icons/manifest-icon-192.maskable.png",
|
||
|
"sizes": "192x192",
|
||
|
"type": "image/png",
|
||
|
"purpose": "any"
|
||
|
},
|
||
|
{
|
||
|
"src": "/assets/icons/manifest-icon-192.maskable.png",
|
||
|
"sizes": "192x192",
|
||
|
"type": "image/png",
|
||
|
"purpose": "maskable"
|
||
|
},
|
||
|
{
|
||
|
"src": "/assets/icons/manifest-icon-512.maskable.png",
|
||
|
"sizes": "512x512",
|
||
|
"type": "image/png",
|
||
|
"purpose": "any"
|
||
|
},
|
||
|
{
|
||
|
"src": "/assets/icons/manifest-icon-512.maskable.png",
|
||
|
"sizes": "512x512",
|
||
|
"type": "image/png",
|
||
|
"purpose": "maskable"
|
||
|
}
|
||
|
]
|
||
|
}
|