blob: 39e0a4550a0f243284443f0d9d94526b8c02dd97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"name": "Faces",
"short_name": "Faces",
"description": "Faces",
"icons": [{
"src": "https://iamfabulous.de/favicon.ico"
}, {
"src": "/img/paw-144.png",
"type": "image/png",
"sizes": "144x144"
}, {
"src": "/img/paw-512.png",
"type": "image/png",
"sizes": "512x512"
}],
"start_url": ".",
"display": "standalone",
"background_color": "#171717",
"theme_color": "#fd8a02"
}
|