{
  "name": "Liryon Hub",
  "short_name": "Liryon",
  "description": "Hub interno da Agência Liryon — tarefas, foco, hábitos e financeiro",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#080808",
  "theme_color": "#FFDE00",
  "lang": "pt-BR",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Hoje",
      "short_name": "Hoje",
      "description": "O que vence hoje",
      "url": "/tarefas.php",
      "icons": [
        {
          "src": "/icons/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Foco",
      "short_name": "Foco",
      "description": "Pomodoro e cronômetro",
      "url": "/foco.php",
      "icons": [
        {
          "src": "/icons/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Hábitos",
      "short_name": "Hábitos",
      "description": "Marcar os hábitos de hoje",
      "url": "/habitos.php",
      "icons": [
        {
          "src": "/icons/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Visão financeira da agência",
      "url": "/price/dashboard.php",
      "icons": [
        {
          "src": "/icons/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "categories": [
    "productivity",
    "finance"
  ],
  "share_target": {
    "action": "/tarefas.php",
    "method": "GET",
    "params": {
      "title": "share_titulo",
      "text": "share_texto",
      "url": "share_url"
    }
  }
}
