pleroma-fe/static/manifest.json

30 lines
688 B
JSON
Raw Normal View History

2022-08-28 09:21:31 +00:00
{
"name": "☽ D̷i̵s̴q̴ordi̴a ☾",
"short_name": "☽ D̷i̵s̴q̴ordi̴a ☾",
"start_url": "/",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"orientation": "portrait-primary",
"icons": [
{
"src": "/images/icons/icon-128x128.png",
"sizes": "128x128",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "/images/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "/images/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable any"
}
]
}