{
  "name": "PlantãoCheck",
  "short_name": "PlantãoCheck",
  "description": "Sistema de checklist do plantão policial",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0f1623",
  "theme_color": "#0f1623",
  "orientation": "portrait-primary",
  "lang": "pt-BR",
  "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"
    }
  ],
  "categories": [
    "productivity",
    "utilities"
  ],
  "shortcuts": [
    {
      "name": "Abrir plantão",
      "url": "/app.html",
      "description": "Acessar o app"
    }
  ],
  "scope": "./",
  "id": "./"
}
