{
  "name": "Askii — AI Survey Platform",
  "short_name": "Askii",
  "description": "AI-powered survey platform for creating surveys, collecting responses, and generating actionable insights.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#eeede9",
  "theme_color": "#111111",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/favicon-96x96",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/favicon-96x96", "sizes": "96x96" }]
    },
    {
      "name": "New Survey",
      "short_name": "New Survey",
      "url": "/surveys/new",
      "icons": [{ "src": "/favicon-96x96", "sizes": "96x96" }]
    }
  ]
}
