32 lines
735 B
JSON
32 lines
735 B
JSON
{
|
|
"name": "peer.directory",
|
|
"short_name": "Directory",
|
|
"description": "P2NS peer directory browser - Browse and search P2NS domains",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#0a0e1a",
|
|
"theme_color": "#0a0e1a",
|
|
"orientation": "any",
|
|
"icons": [
|
|
{
|
|
"src": "/favicon.ico",
|
|
"sizes": "32x32",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/branding/p2ns-favicon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/branding/p2ns-favicon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
],
|
|
"categories": ["utilities", "productivity"],
|
|
"lang": "en"
|
|
}
|