mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 01:01:39 -05:00
19 lines
496 B
Text
19 lines
496 B
Text
{
|
|
"name": "Dawarich",
|
|
"short_name": "Dawarich",
|
|
"icons": [
|
|
{
|
|
"src": "<%= asset_path 'favicon/android-chrome-192x192.png' %>",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "<%= asset_path 'favicon/android-chrome-512x512.png' %>",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#ffffff",
|
|
"background_color": "#ffffff",
|
|
"display": "standalone"
|
|
}
|