{
  "name": "SmartBooks AI",
  "short_name": "SmartBooks",
  "description": "Accounting and bookkeeping software that works offline.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0F172A",
  "theme_color": "#10B981",
  "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": "Offline Center", "url": "/offline-center", "description": "Backups, sync, and storage." },
    { "name": "Dashboard", "url": "/dashboard", "description": "Open your dashboard." }
  ],
  "categories": ["business", "finance", "productivity"]
}
