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