{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "id": "/",
  "name": "Pixlsuite Studio",
  "short_name": "Pixlsuite",
  "description": "All-in-one studio management OS for professional photographers and visual artists.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui",
    "window-controls-overlay"
  ],
  "orientation": "any",
  "theme_color": "#070B13",
  "background_color": "#070B13",
  "categories": [
    "photo",
    "business",
    "productivity",
    "utilities"
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-64.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Pixlsuite Studio Workspace & Analytics Dashboard"
    },
    {
      "src": "/screenshots/mobile-dashboard.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile Studio Overview & Scheduling"
    },
    {
      "src": "/screenshots/mobile-galleries.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Client Photo Delivery & High-Resolution Proofing"
    }
  ],
  "shortcuts": [
    {
      "name": "Bookings Calendar",
      "short_name": "Bookings",
      "description": "View upcoming photography sessions and calendar",
      "url": "/bookings",
      "icons": [
        {
          "src": "/icons/shortcut-bookings.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Client Galleries",
      "short_name": "Galleries",
      "description": "Deliver high-resolution client collections",
      "url": "/galleries",
      "icons": [
        {
          "src": "/icons/shortcut-galleries.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Client CRM",
      "short_name": "Clients",
      "description": "Manage client relationships and contracts",
      "url": "/clients",
      "icons": [
        {
          "src": "/icons/shortcut-clients.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Invoices & Billing",
      "short_name": "Invoices",
      "description": "Track client payments and send studio invoices",
      "url": "/invoices",
      "icons": [
        {
          "src": "/icons/shortcut-invoices.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
