{
  "name": "optimize - Tarefas, Rotinas & Produtividade",
  "short_name": "optimize",
  "description": "Aplicativo de produtividade, organização de tarefas, rotinas diárias e anotações inteligentes.",
  "start_url": "/",
  "scope": "/",
  "id": "/?pwa=1",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#e8edf8",
  "theme_color": "#0e0065",
  "categories": ["productivity", "utilities", "business"],
  "shortcuts": [
    {
      "name": "Tarefas & Rotinas",
      "short_name": "Tarefas",
      "description": "Abrir lista de tarefas e rotinas diárias",
      "url": "/?tab=tasks",
      "icons": [{ "src": "/icon.svg", "sizes": "192x192" }]
    },
    {
      "name": "Bloco de Notas",
      "short_name": "Notas",
      "description": "Abrir notas e cálculos matemáticos",
      "url": "/?tab=notes",
      "icons": [{ "src": "/icon.svg", "sizes": "192x192" }]
    }
  ],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "48x48 72x72 96x96 128x128 144x144 152x152 192x192 384x384 512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
