{
  "name": "Forte Check - Controle de Tarefas com Fotos",
  "short_name": "Forte Check",
  "description": "Checklists com fotos, assinatura, setores, usuarios, unidades e relatorios para supermercados.",
  "id": "./",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f4f6f8",
  "theme_color": "#146c43",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/forte-check-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nova Tarefa",
      "short_name": "Nova Tarefa",
      "url": "./index.html#new-task"
    },
    {
      "name": "Checklists",
      "short_name": "Checklists",
      "url": "./index.html#checklists"
    },
    {
      "name": "Relatorios",
      "short_name": "Relatorios",
      "url": "./index.html#reports"
    }
  ]
}
