{
  "name": "Sage for Home",
  "short_name": "Sage Home",
  "description": "Parent household planning for groceries, meals, school days, care binders, reminders, and budgets.",
  "id": "/app",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#F5F7FA",
  "theme_color": "#1E3A8A",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "icons": [
    {
      "src": "/icons/icon-192.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/apple-touch-icon.png?v=3",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "share_target": {
    "action": "/app",
    "method": "GET",
    "params": {
      "title": "shared_title",
      "text": "shared_text",
      "url": "shared_url"
    }
  },
  "shortcuts": [
    {
      "name": "Today",
      "short_name": "Today",
      "description": "Open the family dashboard",
      "url": "/app",
      "icons": [{ "src": "/icons/icon-192.png?v=3", "sizes": "192x192" }]
    }
  ],
  "categories": ["productivity", "lifestyle"]
}
