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

34 lines
740 B
JSON

{
"name": "Global Profile",
"short_name": "Profile",
"description": "Universal user identity system for all P2NS plugins with P2P profile replication",
"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": ["social", "productivity"],
"lang": "en"
}