You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
324 B
JSON
21 lines
324 B
JSON
4 years ago
|
{
|
||
|
"background_color": "#ffffff",
|
||
|
"theme_color": "#333333",
|
||
|
"name": "TODO",
|
||
|
"short_name": "TODO",
|
||
|
"display": "minimal-ui",
|
||
|
"start_url": "/",
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "logo-192.png",
|
||
|
"sizes": "192x192",
|
||
|
"type": "image/png"
|
||
|
},
|
||
|
{
|
||
|
"src": "logo-512.png",
|
||
|
"sizes": "512x512",
|
||
|
"type": "image/png"
|
||
|
}
|
||
|
]
|
||
|
}
|