{
  "id": "/dashboard",
  "name": "Danko Invoice App",
  "short_name": "Danko Invoice App",
  "description": "Create professional invoices, quotes and track payments in seconds. Built for South African freelancers, small businesses and teams. Recurring invoices, business analytics, client management and more.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#1a1a1a",
  "theme_color": "#ffdf51",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg?v=3",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "New Invoice",
      "short_name": "Invoice",
      "url": "/invoices/new",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "New Quote",
      "short_name": "Quote",
      "url": "/quotes/new",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Clients",
      "url": "/clients",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Analytics",
      "url": "/analytics",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard-preview.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Dashboard"
    },
    {
      "src": "/screenshots/onboarding-preview.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Quick Setup"
    },
    {
      "src": "/screenshots/invoice-list-preview.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Invoices"
    },
    {
      "src": "/screenshots/new-invoice-preview.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Create Invoice"
    },
    {
      "src": "/screenshots/clients-preview.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Clients"
    },
    {
      "src": "/screenshots/quotes-preview.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Quotes"
    },
    {
      "src": "/screenshots/customisation-preview.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Customise"
    },
    {
      "src": "/screenshots/invoice-preview.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Invoice Preview"
    },
    {
      "src": "/screenshots/mobile-new-invoice.webp",
      "sizes": "1280x853",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "New Invoice"
    },
    {
      "src": "/screenshots/mobile-dashboard.webp",
      "sizes": "1280x853",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Dashboard"
    },
    {
      "src": "/screenshots/mobile-menu.webp",
      "sizes": "1280x853",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Navigation"
    },
    {
      "src": "/screenshots/mobile-screens-fan.webp",
      "sizes": "1280x853",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "App Screens"
    },
    {
      "src": "/screenshots/mobile-duo.webp",
      "sizes": "1024x1024",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Mobile Preview"
    }
  ]
}
