{
  "name": "SOMYU",
  "short_name": "SOMYU",
  "description": "SOMYU — Know your next move. Private real-time conversation wingman and dating intelligence copilot.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#090a0f",
  "theme_color": "#090a0f",
  "lang": "en",
  "dir": "ltr",
  "categories": ["lifestyle", "social", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Conversation Workspace",
      "short_name": "Workspace",
      "description": "Open your active dating conversations",
      "url": "/workspace",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Dating Coach",
      "short_name": "Coach",
      "description": "Consult your AI dating coach for relationship advice",
      "url": "/coach",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Account & Plan",
      "short_name": "Profile",
      "description": "Manage your membership, passes, and settings",
      "url": "/profile",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
