{
  "name": "Opalfolio",
  "short_name": "Opalfolio",
  "description": "AI-powered photography business command center",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#FBF9F7",
  "theme_color": "#FBF9F7",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard — revenue, pipeline, and upcoming shoots at a glance"
    },
    {
      "src": "/screenshots/clients.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Clients — full CRM with leads, active clients, and communication history"
    }
  ],
  "shortcuts": [
    {
      "name": "Clients",
      "short_name": "Clients",
      "url": "/clients",
      "icons": [{ "src": "/icons/client-shortcut.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Quotes",
      "short_name": "Quotes",
      "url": "/quotes",
      "icons": [{ "src": "/icons/quote-shortcut.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Jobs",
      "short_name": "Jobs",
      "url": "/jobs",
      "icons": [{ "src": "/icons/job-shortcut.png", "sizes": "96x96", "type": "image/png" }]
    }
  ]
}
