{
  "name": "ShootBook - Photography Studio Management",
  "short_name": "ShootBook",
  "description": "All-in-one photography studio management software for shoots, teams, invoices, and equipment.",
  "id": "/",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#0A0A0A",
  "theme_color": "#0A0A0A",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-IN",
  "categories": ["business", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon-48.png?v=2",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "/icon-192.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "New Shoot",
      "short_name": "New Shoot",
      "url": "/shoots/new",
      "icons": [{ "src": "/icon-192.png?v=2", "sizes": "192x192" }]
    },
    {
      "name": "Payments",
      "short_name": "Payments",
      "url": "/payments",
      "icons": [{ "src": "/icon-192.png?v=2", "sizes": "192x192" }]
    },
    {
      "name": "Photos",
      "short_name": "Photos",
      "url": "/photos",
      "icons": [{ "src": "/icon-192.png?v=2", "sizes": "192x192" }]
    }
  ]
}
