Files
p2ns/plugin-sites/domain.consensus/www/manifest.json
T
2025-12-17 20:05:50 -05:00

34 lines
742 B
JSON

{
"name": "Domain Consensus",
"short_name": "Consensus",
"description": "Advanced interface for viewing and analyzing consensus within the P2NS network",
"start_url": "/",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"orientation": "any",
"icons": [
{
"src": "/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"categories": ["utilities", "developer"],
"lang": "en"
}