{
  "name": "DistroBook",
  "short_name": "DistroBook",
  "description": "Private cash bookkeeping for distribution business",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563EB",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "New Sale",
      "url": "/dashboard/vouchers/sale/new",
      "description": "Create a new sale voucher"
    },
    {
      "name": "New Purchase",
      "url": "/dashboard/vouchers/purchase/new",
      "description": "Create a new purchase voucher"
    },
    {
      "name": "Parties",
      "url": "/dashboard/parties",
      "description": "View all parties"
    }
  ],
  "categories": ["finance", "business", "productivity"]
}
