Files
5chan/public/manifest.json
T

21 lines
536 B
JSON

{
"short_name": "5chan",
"name": "5chan — Decentralized Imageboard",
"description": "Free, open-source, decentralized imageboard built on the Bitsocial protocol. No servers, no admins — peer-to-peer via IPFS.",
"icons": [
{
"src": "manifest-icon-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "manifest-icon-512x512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"categories": ["social", "news"]
}