{
  "name": "BoxMind - Guarde um Pensamento",
  "short_name": "BoxMind",
  "description": "Registre seus pensamentos e redescubra-os no futuro. Uma jornada emocional de autoconhecimento através do tempo.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#9146FF",
  "orientation": "portrait-primary",
  "categories": ["productivity", "lifestyle", "utilities"],
  "lang": "pt-BR",
  "dir": "ltr",
  "scope": "/",
  "icons": [
    {
      "src": "logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 720'><rect width='1280' height='720' fill='%23f9fafb'/><text x='640' y='360' font-size='48' text-anchor='middle' fill='%239146FF'>BoxMind - Guarde um Pensamento</text></svg>",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "label": "Tela principal do BoxMind"
    }
  ],
  "shortcuts": [
    {
      "name": "Novo Pensamento",
      "short_name": "Novo",
      "description": "Criar um novo pensamento bloqueado",
      "url": "/#home",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='.9em' font-size='80'>✍️</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Histórico",
      "short_name": "Histórico",
      "description": "Ver pensamentos revelados",
      "url": "/#history",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='.9em' font-size='80'>📜</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
