mirror of
https://github.com/beestat/app.git
synced 2025-05-23 18:04:14 -04:00
22 lines
458 B
JSON
22 lines
458 B
JSON
{
|
|
"name": "beestat",
|
|
"short_name": "beestat",
|
|
"icons": [
|
|
{
|
|
"src": "favicon.png",
|
|
"sizes": "36x36 48x48 72x72 96x96 128x128 144x144 192x192 256x256 512x512"
|
|
}
|
|
],
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#263238",
|
|
"theme_color": "#263238",
|
|
"prefer_related_applications": true,
|
|
"related_applications": [
|
|
{
|
|
"platform": "play",
|
|
"id": "io.beestat"
|
|
}
|
|
]
|
|
}
|