mirror of
https://github.com/Michatec/MiniFaceBook.git
synced 2026-04-01 07:56:28 +02:00
21 lines
439 B
JSON
21 lines
439 B
JSON
{
|
|
"name": "MiniFacebook",
|
|
"short_name": "MiniFB",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#181a1b",
|
|
"theme_color": "#2563eb",
|
|
"description": "MiniFacebook Social App",
|
|
"icons": [
|
|
{
|
|
"src": "/static/icons/icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/static/icons/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
} |