shigusegubu

This commit is contained in:
Pleroma 2018-01-01 16:37:47 +00:00 committed by SGSGB
commit be286aff19
17 changed files with 334 additions and 12 deletions

19
static/manifest.json Normal file
View file

@ -0,0 +1,19 @@
{
"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"
}