{
"name": "Para — Your AI Companion",
"short_name": "Para",
"description": "Your personal AI companion that grows with you",
"start_url": "/",
"display": "standalone",
"background_color": "#09090b",
"theme_color": "#09090b",
"categories": ["productivity", "utilities"],
"icons": [
{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
{ "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
],
"share_target": {
"action": "/share",
"method": "GET",
"params": {
"text": "text",
"url": "url",
"title": "title"
}
}
}