{
  "name": "Bookkeeping Portal",
  "short_name": "Books",
  "description": "Bookkeeping Portal — a shared workspace for owners and bookkeepers. Upload remittances, manage monthly checklists, ask inquiries.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FAFAFA",
  "theme_color": "#002FA7",
  "lang": "en-US",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Remittances",
      "short_name": "Remittances",
      "description": "Upload payment advices and bank statements",
      "url": "/payment-advices",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Monthly Items",
      "short_name": "Monthly",
      "description": "Recurring checklist for the month",
      "url": "/recurring",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Inquiries",
      "short_name": "Inquiries",
      "description": "Open inquiries with the owner",
      "url": "/questions",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
