mirror of
https://github.com/tompro/sattle.git
synced 2026-08-27 07:15:59 +00:00
42 lines
828 B
JSON
42 lines
828 B
JSON
{
|
|
"orientation": "portrait",
|
|
"background_color": "#002222",
|
|
"theme_color": "#002222",
|
|
"id": "sattle",
|
|
"display_override": ["fullscreen", "minimal-ui"],
|
|
"display": "standalone",
|
|
"protocol_handlers": [
|
|
{
|
|
"protocol": "web+lightning",
|
|
"url": "/?uri=%s"
|
|
}
|
|
],
|
|
"icons": [
|
|
{
|
|
"src": "icons/icon-128x128.png",
|
|
"sizes": "128x128",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "icons/icon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "icons/icon-256x256.png",
|
|
"sizes": "256x256",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "icons/icon-384x384.png",
|
|
"sizes": "384x384",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "icons/icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|