mirror of
https://github.com/romancm/gamebrary
synced 2024-11-14 15:37:08 +00:00
35 lines
929 B
JSON
35 lines
929 B
JSON
{
|
|
"name": "Gamebrary",
|
|
"short_name": "Gamebrary",
|
|
"theme_color": "#dd2020",
|
|
"background_color": "#a5a2a2",
|
|
"display": "standalone",
|
|
"scope": "/",
|
|
"start_url": "/index.html",
|
|
"icons": [
|
|
{
|
|
"src": "\/static\/icons\/android-icon-36x36.png",
|
|
"sizes": "36x36",
|
|
"type": "image\/png",
|
|
"density": "0.75"
|
|
},
|
|
{
|
|
"src": "\/static\/icons\/android-icon-48x48.png",
|
|
"sizes": "48x48",
|
|
"type": "image\/png",
|
|
"density": "1.0"
|
|
},
|
|
{
|
|
"src": "\/static\/icons\/android-icon-72x72.png",
|
|
"sizes": "72x72",
|
|
"type": "image\/png",
|
|
"density": "1.5"
|
|
},
|
|
{
|
|
"src": "\/static\/icons\/android-icon-96x96.png",
|
|
"sizes": "96x96",
|
|
"type": "image\/png",
|
|
"density": "2.0"
|
|
}
|
|
]
|
|
}
|