mirror of
https://github.com/soapingtime/diyhrt.git
synced 2026-03-25 07:22:20 +00:00
19 lines
490 B
Text
19 lines
490 B
Text
{
|
|
"name": "DIYHRT.Market",
|
|
"short_name": "DIYHRT.Market",
|
|
"icons": [
|
|
{
|
|
"src": "/static/favicon/android-chrome-192x192.png?v=2",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/static/favicon/android-chrome-384x384.png?v=2",
|
|
"sizes": "384x384",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#1a2023",
|
|
"background_color": "#1a2023",
|
|
"display": "standalone"
|
|
}
|