{
  "name": "MemoraMind - Train your memory. Master your mind.",
  "short_name": "MemoraMind",
  "description": "Train your memory. Master your mind with intelligent flashcards and spaced repetition.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#8B5CF6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "pt-BR",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Estudar Agora",
      "short_name": "Estudar",
      "description": "Começar sessão de treinamento mental",
      "url": "/study",
      "icons": [
        {
          "src": "/icons/icon-144x144.png",
          "sizes": "144x144",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Criar Flashcard",
      "short_name": "Criar",
      "description": "Criar novo flashcard",
      "url": "/?action=create",
      "icons": [
        {
          "src": "/icons/icon-144x144.png",
          "sizes": "144x144",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Progresso",
      "short_name": "Progresso",
      "description": "Ver estatísticas de progresso",
      "url": "/progress",
      "icons": [
        {
          "src": "/icons/icon-144x144.png",
          "sizes": "144x144",
          "type": "image/png"
        }
      ]
    }
  ]
}