blob: adb8221820f7995adee1da86631d8e601cfa6c77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"short_name": "OpenDC",
"name": "OpenDC",
"icons": [
{
"src": "favicon.ico",
"sizes": "16x16",
"type": "image/png"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#00A6D6",
"background_color": "#eeeeee"
}
|