
{
  "short_name": "Travelspace",
  "name": "Travelspace Financial Dashboard",
  "id": "/",
  "description": "A comprehensive financial dashboard and reconciliation system for travel agencies. Replaces Excel workflows with a robust, role-based ledger, invoice matching, and automated ageing tracking system.",
  "icons": [
    {
      "src": "/icon-192.svg",
      "type": "image/svg+xml",
      "sizes": "192x192"
    },
    {
      "src": "/icon-512.svg",
      "type": "image/svg+xml",
      "sizes": "512x512"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#0f172a",
  "background_color": "#0f172a",
  "orientation": "portrait-primary",
  "categories": ["finance", "productivity", "business"],
  "shortcuts": [
    {
      "name": "Bank Ledger",
      "short_name": "Ledger",
      "description": "View and manage bank transactions",
      "url": "/?page=ledger",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Import Data",
      "short_name": "Import",
      "description": "Import new financial statements",
      "url": "/?page=import",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "AI Assistant",
      "short_name": "AI",
      "description": "Ask questions about your data",
      "url": "/?page=gemini",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    }
  ],
  "screenshots": [
    {
      "src": "https://images.unsplash.com/photo-1611162617474-5b21e879e113?auto=format&fit=crop&w=1080&q=80",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Comprehensive Dashboard"
    },
    {
      "src": "https://images.unsplash.com/photo-1616077168712-fc6c788cd4ee?auto=format&fit=crop&w=1080&q=80",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Mobile Friendly Ledger"
    }
  ]
}
