pleroma-fe/static/manifest.json

19 lines
448 B
JSON
Raw Normal View History

2018-01-01 16:37:47 +00:00
{
"name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#370f34",
"background_color": "#370f34",
"start_url": "https://shigusegubu.club",
"display": "standalone"
}