{
  "name": "DukaBook - Invoicing at the speed of Business",
  "short_name": "DukaBook",
  "description": "Invoicing at the speed of Business",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#DDD8EB",
  "theme_color": "#0A0A0A",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/dukabook-mark.png", "sizes": "any", "type": "image/png", "purpose": "any" },
    { "src": "/dukabook-mark.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/dukabook-mark.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" },
    { "src": "/dukabook-mark2.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/dukabook-mark2.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["finance", "business", "productivity"],
  "shortcuts": [
    { "name": "New Invoice", "url": "/invoices/new", "description": "Create a new invoice" },
    { "name": "Log Expense", "url": "/expenses",     "description": "Log an expense" },
    { "name": "Dashboard",   "url": "/",             "description": "View dashboard" }
  ]
}
