mirror of
https://github.com/rjNemo/devbook_ts
synced 2026-06-06 10:46:40 +00:00
20 lines
No EOL
401 B
JSON
20 lines
No EOL
401 B
JSON
{
|
|
"short_name": "DevBook",
|
|
"name": "DevBook | Social App for devs",
|
|
"icons": [
|
|
{
|
|
"src": "favicon.ico",
|
|
"sizes": "64x64 32x32 24x24 16x16",
|
|
"type": "image/x-icon"
|
|
},
|
|
{
|
|
"src": "logo.png",
|
|
"type": "image/png",
|
|
"sizes": "1024x1024"
|
|
}
|
|
],
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"theme_color": "#17a2b8",
|
|
"background_color": "#fafafa"
|
|
} |