{
  "name": "OneBookPlus",
  "short_name": "OneBookPlus",
  "description": "One app to run your whole business. Jobs, invoicing, quotes, bookings, and more.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "background_color": "#ffffff",
  "theme_color": "#0d9488",
  "orientation": "portrait-primary",
  "lang": "en-AU",
  "dir": "ltr",
  "prefer_related_applications": false,
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192x192.svg?v=2",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.svg?v=2",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/trades-dashboard-mobile.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Trades dashboard — jobs, compliance certs, AS/NZS-aligned workflow"
    },
    {
      "src": "/screenshots/dashboard-mobile.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Daily dashboard — revenue, outstanding invoices, today's bookings"
    },
    {
      "src": "/screenshots/invoices-mobile.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "GST-compliant invoicing on the phone — ABN, 10% GST, one-tap send"
    },
    {
      "src": "/screenshots/quotes-mobile.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Quote-on-site — build, send, customer accepts before you leave"
    },
    {
      "src": "/screenshots/bookings-mobile.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Online bookings — customers self-serve, calendar syncs automatically"
    },
    {
      "src": "/screenshots/accounting-pnl-desktop.png",
      "sizes": "3200x2000",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Built-in accounting with BAS-ready P&L and tax summaries"
    },
    {
      "src": "/screenshots/bookings-desktop.png",
      "sizes": "3200x2000",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Full week-view scheduling with drag-to-reschedule and team views"
    }
  ],
  "shortcuts": [
    {
      "name": "Log a Job",
      "short_name": "Log Job",
      "url": "/dashboard/jobs/quick",
      "icons": [{ "src": "/icons/icon-192x192.svg?v=2", "sizes": "192x192" }]
    },
    {
      "name": "New Invoice",
      "short_name": "Invoice",
      "url": "/dashboard/invoices/new",
      "icons": [{ "src": "/icons/icon-192x192.svg?v=2", "sizes": "192x192" }]
    },
    {
      "name": "New Quote",
      "short_name": "Quote",
      "url": "/dashboard/quotes/new",
      "icons": [{ "src": "/icons/icon-192x192.svg?v=2", "sizes": "192x192" }]
    },
    {
      "name": "My Jobs",
      "short_name": "Jobs",
      "url": "/dashboard/jobs",
      "icons": [{ "src": "/icons/icon-192x192.svg?v=2", "sizes": "192x192" }]
    },
    {
      "name": "Issue Compliance Cert",
      "short_name": "Issue Cert",
      "url": "/dashboard/compliance",
      "icons": [{ "src": "/icons/icon-192x192.svg?v=2", "sizes": "192x192" }]
    }
  ]
}
