{
  "name": "Harmon — Stay in Tune",
  "short_name": "Harmon",
  "description": "Better understanding. Better actions. The wingman app for men who actually want to show up.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0F1419",
  "theme_color": "#1e3a5f",
  "categories": ["lifestyle", "health", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Ask AI Bro",
      "short_name": "AI Bro",
      "description": "Talk to your wingman",
      "url": "/chat",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "All About Her",
      "short_name": "About Her",
      "description": "Update what she likes, hates, and important dates",
      "url": "/about-her",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
