You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
nao-web-ui/public/manifest.json

48 lines
1.0 KiB

{
"name": "NAO",
"short_name": "NAO",
"description": "Build and manage your professional network with ease",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#1976d2",
"orientation": "portrait-primary",
"categories": ["social", "productivity", "business"],
"lang": "en",
"dir": "ltr",
"scope": "/",
"icons": [
{
"src": "/favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
},
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"screenshots": [
{
"src": "/og-image.svg",
"sizes": "1200x630",
"type": "image/svg+xml",
"form_factor": "wide"
}
],
"features": [
"LinkedIn integration",
"Contact management",
"QR code invitations",
"Professional networking"
]
}