mirror of
https://github.com/fergalmoran/snapp.git
synced 2025-12-22 09:41:45 +00:00
16 lines
281 B
JSON
16 lines
281 B
JSON
{
|
|
"name": "Snapp.li",
|
|
"short_name": "Snapp.li",
|
|
"icons": [
|
|
{
|
|
"src": "/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#333333",
|
|
"background_color": "#333333",
|
|
"start_url": "https://snapp.li",
|
|
"display": "standalone"
|
|
}
|