17 lines
271 B
JSON
17 lines
271 B
JSON
|
{
|
||
|
"background_color": "#2a2a2a",
|
||
|
"theme_color": "#1b1b1b",
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "icons/192.png",
|
||
|
"sizes": "192x192",
|
||
|
"type": "image/png"
|
||
|
},
|
||
|
{
|
||
|
"src": "icons/512.png",
|
||
|
"sizes": "512x512",
|
||
|
"type": "image/png"
|
||
|
}
|
||
|
]
|
||
|
}
|