{
  "name": "ShootingLike",
  "short_name": "ShootingLike",
  "description": "Aplicativo de Controle para Clube de Tiro",
  "id": "/",
  "start_url": "/index.php",
  "display": "fullscreen",
  "background_color": "#000000",
  "theme_color": "#28a745",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/192px_white1.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/512px_white1.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-screenshot1.png",
      "type": "image/png",
      "sizes": "1600x900",
      "form_factor": "wide"
    },
    {
      "src": "/screenshots/mobile-screenshot1.png",
      "type": "image/png",
      "sizes": "1080x1920",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Reconhecimento Facial",
      "url": "/reconhecimento_facial.php",
      "description": "Reconhecer atirador",
      "icons": [
        {
          "src": "/icons/192px_white1.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Cadastro Facial",
      "url": "/cadastro_facial.php",
      "description": "Cadastrar novo atirador",
      "icons": [
        {
          "src": "/icons/192px_white1.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "categories": ["utilities", "security"],
  "lang": "pt-BR"
}