an / static /manifest.json
Docfile's picture
Upload 21 files
cb18dab verified
raw
history blame contribute delete
591 Bytes
{
"name": "GhostBoard",
"short_name": "GhostBoard",
"description": "Anonymous Imageboard",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#ffffff",
"icons": [
{
"src": "/static/images/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
},
{
"src": "/static/images/icon.svg",
"sizes": "192x192",
"type": "image/svg+xml"
},
{
"src": "/static/images/icon.svg",
"sizes": "512x512",
"type": "image/svg+xml"
}
]
}