{
  "name": "NestFlow - Family Organization Hub",
  "short_name": "NestFlow",
  "description": "The all-in-one family organization platform. Manage tasks, meals, schedules, and memories in one beautiful app.",
  "version": "1.0.0",
  "manifest_version": 3,
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F2EFEA",
  "theme_color": "#8B5CF6",
  "orientation": "portrait-primary",
  "scope": "/",
  "id": "/",
  "prefer_web_app_for_platform": true,
  "icons": [
    {
      "src": "https://short-gnu-14-q76n13qmqh70.deno.dev/functions/icon?size=72",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "https://short-gnu-14-q76n13qmqh70.deno.dev/functions/icon?size=96",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "https://short-gnu-14-q76n13qmqh70.deno.dev/functions/icon?size=128",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "https://short-gnu-14-q76n13qmqh70.deno.dev/functions/icon?size=144",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "https://short-gnu-14-q76n13qmqh70.deno.dev/functions/icon?size=152",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "https://short-gnu-14-q76n13qmqh70.deno.dev/functions/icon?size=192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://short-gnu-14-q76n13qmqh70.deno.dev/functions/icon?size=192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "https://short-gnu-14-q76n13qmqh70.deno.dev/functions/icon?size=384",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "https://short-gnu-14-q76n13qmqh70.deno.dev/functions/icon?size=512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://short-gnu-14-q76n13qmqh70.deno.dev/functions/icon?size=512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "lifestyle",
    "productivity",
    "family"
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Home",
      "description": "View your family dashboard",
      "url": "/page/Dashboard",
      "icons": [
        {
          "src": "https://short-gnu-14-q76n13qmqh70.deno.dev/functions/icon?size=96",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "NestFlow Board",
      "short_name": "Tasks",
      "description": "Manage family tasks and projects",
      "url": "/page/Kanban",
      "icons": [
        {
          "src": "https://short-gnu-14-q76n13qmqh70.deno.dev/functions/icon?size=96",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Calendar",
      "short_name": "Events",
      "description": "View family calendar and events",
      "url": "/page/Calendar",
      "icons": [
        {
          "src": "https://short-gnu-14-q76n13qmqh70.deno.dev/functions/icon?size=96",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Shopping Lists",
      "short_name": "Lists",
      "description": "Access shopping and to-do lists",
      "url": "/page/Lists",
      "icons": [
        {
          "src": "https://short-gnu-14-q76n13qmqh70.deno.dev/functions/icon?size=96",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "https://short-gnu-14-q76n13qmqh70.deno.dev/functions/icon?size=540",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "https://short-gnu-14-q76n13qmqh70.deno.dev/functions/icon?size=1280",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "file",
          "accept": [
            "image/*",
            "text/*"
          ]
        }
      ]
    }
  },
  "prefer_related_applications": false
}