{
  "name": "Nomados — Escape the Matrix Dashboard",
  "short_name": "Nomados",
  "description": "Gamified financial + discipline dashboard for aspiring digital nomads.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a1116",
  "theme_color": "#0a1116",
  "categories": ["productivity", "finance", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Log deposit",
      "short_name": "Deposit",
      "url": "/deposits",
      "description": "Log a new deposit to your Freedom Fund"
    },
    {
      "name": "New invoice",
      "short_name": "Invoice",
      "url": "/invoices/new",
      "description": "Create a new invoice"
    },
    {
      "name": "Add expense",
      "short_name": "Expense",
      "url": "/expenses",
      "description": "Log a new expense"
    }
  ]
}
