mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-12 11:15:14 +00:00
21 lines
376 B
JSON
21 lines
376 B
JSON
{
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#159794",
|
|
"name": "Sapper",
|
|
"short_name": "Sapper",
|
|
"display": "minimal-ui",
|
|
"start_url": "/",
|
|
"icons": [
|
|
{
|
|
"src": "images/sapper-android-chrome-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "images/sapper-android-chrome-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|