Gitea-Red/public/img/site.webmanifest
2020-09-21 14:29:56 -05:00

20 lines
436 B
JSON

{
"name": "Gitea",
"short_name": "Gitea",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#e2e2e2",
"background_color": "#e2e2e2",
"display": "standalone"
}