{
  "id": "/",
  "name": "Athena — Privacy-First AI Companion",
  "short_name": "Athena",
  "description": "Your privacy-first visual AI companion. All conversations encrypted locally. Your data, your privacy, your legacy.",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone"
  ],
  "start_url": "/",
  "scope": "/",
  "orientation": "portrait-primary",
  "theme_color": "#0d0d0d",
  "background_color": "#0d0d0d",
  "lang": "en",
  "categories": [
    "productivity",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/icons/icon-512x512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/icons/icon-512x512-maskable.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/athena-desktop.png",
      "type": "image/png",
      "sizes": "1326x577",
      "form_factor": "wide",
      "label": "Athena AI Companion — desktop view"
    },
    {
      "src": "/images/athena-mobile.png",
      "type": "image/png",
      "sizes": "577x1281",
      "form_factor": "narrow",
      "label": "Athena AI Companion — mobile view"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Companion",
      "short_name": "Companion",
      "description": "Jump directly to your AI companion",
      "url": "/",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "type": "image/png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}