{
  "name": "Accel Books",
  "short_name": "Accel",
  "description": "AI-native accounting and financial operating system",
  "start_url": "/app/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0b0814",
  "theme_color": "#6d3fc4",
  "categories": ["finance", "business", "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-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Dashboard", "url": "/app/dashboard" },
    { "name": "New Invoice", "url": "/app/invoices/new" },
    { "name": "AI Document Inbox", "url": "/app/ai-inbox" },
    { "name": "Expenses", "url": "/app/expenses" }
  ]
}
