{
  "name": "Livre Gestão Pedidos",
  "short_name": "Pedidos",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#fff",
  "description": "Aplicativo para realizar pedidos de vendas offline.",
  "theme_color": "#2196F3",
  "permissions": [
    "unlimitedStorage"
  ],
  "orientation" : "any",
  "icons": [
    {
      "src": "img/buy.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "img/buy.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ]
}