{
  "name": "EderraLab",
  "short_name": "Ederra",
  "description": "Интернет магазин",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",   
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "id": "/",  
"icons": [
  {
    "src": "/web-app-manifest-192x192.png",
    "sizes": "192x192",
    "type": "image/png",
    "purpose": "any"   
  },
  {
    "src": "/web-app-manifest-512x512.png",
    "sizes": "512x512",
    "type": "image/png",
    "purpose": "any"
  }
],
  "screenshots": [   
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide"   
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow"   
    }
  ],
  "categories": ["business", "utilities"]
}