{
  "name": "Control Stock App",
  "short_name": "Control Stock",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "description": "O APP Control Stock",
  "orientation": "portrait-primary",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icons/Icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/Icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icons/Icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/Icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
  //"screenshots": [
  //  {
  //    "src": "/screenshots/desktop.png",
  //    "sizes": "1280x720",
  //    "type": "image/png",
  //    "form_factor": "wide"
  //  },
  //  {
  //    "src": "/screenshots/mobile.png",
  //    "sizes": "390x844",
  //    "type": "image/png"
  //  }
  //]
}