mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
12 lines
316 B
JSON
12 lines
316 B
JSON
{
|
|||
|
|
"name": "Stirling Image",
|
||
|
|
"short_name": "Stirling Image",
|
||
|
|
"icons": [
|
||
|
|
{ "src": "/logo-192.png", "sizes": "192x192", "type": "image/png" },
|
||
|
|
{ "src": "/logo-512.png", "sizes": "512x512", "type": "image/png" }
|
||
|
|
],
|
||
|
|
"theme_color": "#3b82f6",
|
||
|
|
"background_color": "#ffffff",
|
||
|
|
"display": "standalone"
|
||
|
|
}
|