{
  "name": "CONSIGLIERE",
  "short_name": "CONSIGLIERE",
  "description": "Sistema Operacional — Notas, Tarefas e Metas",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#07070f",
  "theme_color": "#7c3aed",
  "orientation": "portrait-primary",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nova Tarefa",
      "url": "/?tab=tasks&action=new",
      "description": "Criar nova tarefa"
    },
    {
      "name": "Nova Nota",
      "url": "/?tab=notes&action=new",
      "description": "Criar nova nota"
    }
  ],
  "screenshots": []
}
