{
  "name": "Vendas App",
  "short_name": "Vendas",
  "start_url": "index.php",
  "display": "standalone",
  "background_color": "#F4F6F9",
  "theme_color": "#E64A19",
  "orientation": "portrait",
  "icons": [
    {
      "src": "ico.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "ico.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}