{
  "name": "Grounded — Calm money companion",
  "short_name": "Grounded",
  "description": "A calm financial companion for the first-gen 20-something. Chat with an AI that knows your goals, your buffer, and what you can actually afford.",
  "start_url": "/dashboard?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#F7F5F0",
  "theme_color": "#4A7C59",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["finance", "lifestyle", "productivity"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "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-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/chat-mobile.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Chat with Grounded about a purchase"
    },
    {
      "src": "/screenshots/dashboard-mobile.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Your financial health at a glance"
    },
    {
      "src": "/screenshots/dashboard-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Track goals and check in weekly"
    }
  ],
  "shortcuts": [
    {
      "name": "Gut Check",
      "short_name": "Gut Check",
      "description": "Get a calm verdict on a planned purchase",
      "url": "/chat?action=pin-me",
      "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Open chat",
      "short_name": "Chat",
      "description": "Talk to Grounded",
      "url": "/chat",
      "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Weekly check-in",
      "short_name": "Check-in",
      "description": "Do your weekly mood + money check-in",
      "url": "/checkin",
      "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ],
  "share_target": {
    "action": "/chat",
    "method": "GET",
    "params": {
      "title": "pin_title",
      "text": "pin_text",
      "url": "pin_url"
    }
  }
}
