{
  "name": "Next2Me - Never Lose Touch",
  "short_name": "Next2Me",
  "description": "Personal CRM for meaningful relationships with voice memories and AI insights",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "orientation": "portrait",
  "scope": "/",
  "id": "com.next2me.app",
  "categories": ["lifestyle", "productivity", "social"],
  "dir": "auto",
  "lang": "en-US",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "label": "Voice recording interface"
    },
    {
      "src": "/screenshots/relationships.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "label": "Manage relationships"
    },
    {
      "src": "/screenshots/insights.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "label": "AI-powered insights"
    }
  ],
  "shortcuts": [
    {
      "name": "Record Memory",
      "short_name": "Record",
      "description": "Record a voice memory",
      "url": "/?action=record",
      "icons": [
        {
          "src": "/icons/mic-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "View People",
      "short_name": "People",
      "description": "View your relationships",
      "url": "/?action=relationships",
      "icons": [
        {
          "src": "/icons/users-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/api/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "audio/*"]
        }
      ]
    }
  },
  "features": [
    "Cross Platform",
    "fast",
    "simple",
    "offline-first"
  ],
  "edge_side_panel": {
    "preferred_width": 400
  }
}