{
  "schemaVersion": "2026-05-25.sana.apple_web_app.v1",
  "name": "$ana",
  "short_name": "$ana",
  "description": "$ana is your support and negotiating agent for data-driven commercial real estate analysis.",
  "start_url": "/?source=pwa&surface=k8&k8os=hub",
  "scope": "/",
  "display": "standalone",
  "status_bar_style": "black-translucent",
  "theme_color": "#08090f",
  "background_color": "#08090f",
  "orientation": "any",
  "icons": [
    {
      "src": "./apple-touch-icon-120.png",
      "sizes": "120x120",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./apple-touch-icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./apple-touch-icon-167.png",
      "sizes": "167x167",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "startup_images": [
    {
      "src": "./apple-splash-1179x2556.png",
      "sizes": "1179x2556",
      "type": "image/png",
      "media": "(device-width: 393px) and (device-height: 852px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
    },
    {
      "src": "./apple-splash-1290x2796.png",
      "sizes": "1290x2796",
      "type": "image/png",
      "media": "(device-width: 430px) and (device-height: 932px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
    },
    {
      "src": "./apple-splash-750x1334.png",
      "sizes": "750x1334",
      "type": "image/png",
      "media": "(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
    }
  ],
  "html_meta": {
    "apple_mobile_web_app_capable": true,
    "apple_mobile_web_app_title": "$ana",
    "apple_mobile_web_app_status_bar_style": "black-translucent",
    "viewport_fit": "cover"
  },
  "notes": [
    "Safari Add to Home Screen does not read this JSON file directly.",
    "Apple install metadata is mirrored in frontend/index.html link/meta tags.",
    "Android and Chromium PWAs use manifest.webmanifest; this file is the Apple companion contract.",
    "Regenerate icons and splash assets with: npm run pwa:icons"
  ]
}
