{
  "name": "Barc App",
  "short_name": "Barc App",
  "description": "Sistema de Inspeção de Qualidade Barcellona",
  "lang": "pt",
  "id": "/index.php?ref=pwa",
  "start_url": "/index.php?ref=pwa",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#4E73DF",
  "theme_color": "#4E73DF",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "img/barc-32x32.png?v=1",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/barc-64x64.png?v=1",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/barc-128x128.png?v=1",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/barc-192x192.png?v=1",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/barc-512x512.png?v=1",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "img/barc-512x512.png?v=1",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Tela Inicial do Barc App"
    },
    {
      "src": "img/barc-512x512.png?v=1",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Painel de Controle Barc App"
    }
  ],
  "related_applications": [
    {
      "platform": "web",
      "url": "https://barcellona.dcarvalho.net"
    }
  ]
}