{
  "name": "Jobflow",
  "short_name": "Jobflow",
  "description": "Track and manage your job applications with ease.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#4f46e5",
  "share_target": {
    "action": "/dashboard",
    "method": "GET",
    "params": {
      "title": "share_title",
      "url": "share_url"
    }
  },
  "icons": [
    {
      "src": "/api/pwa/icon?size=192",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/api/pwa/icon?size=512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ]
}
