{
  "id": "/",
  "name": "CashClock — earnings in real time",
  "short_name": "CashClock",
  "description": "Track earnings in real time, expenses, goals, and compensation.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1a1a1a",
  "theme_color": "#1a1a1a",
  "lang": "pt-BR",
  "dir": "ltr",
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Hoje",
      "short_name": "Hoje",
      "description": "Ver ganhos de hoje",
      "url": "/today",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Despesas",
      "short_name": "Despesas",
      "description": "Registrar despesas",
      "url": "/expenses",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
