{
  "name": "Finsori Accounting",
  "short_name": "Finsori",
  "description": "Smart accounting for AU/NZ small business owners. Invoicing, expenses, bank feeds, and approvals on the go.",
  "start_url": "/mobile",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "theme_color": "#3b82f6",
  "background_color": "#0f172a",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Capture Receipt",
      "url": "/mobile/receipt-capture",
      "description": "Take a photo of a receipt"
    },
    {
      "name": "New Invoice",
      "url": "/mobile/invoices/new",
      "description": "Create a new invoice"
    },
    {
      "name": "Approvals",
      "url": "/mobile/approvals",
      "description": "Review pending approvals"
    }
  ],
  "categories": ["finance", "business", "productivity"],
  "lang": "en-AU",
  "dir": "ltr",
  "prefer_related_applications": false
}
