{
  "short_name": "MyRopo",
  "name": "MyRopo",
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#273137",
  "background_color": "#1A1F22",
  "icons": [
    {
      "src": "img/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "img/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "img/screenshot-desktop.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "MyRopo desktop application"
    },
    {
      "src": "img/screenshot-mobile.jpg",
      "sizes": "720x1280",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "MyRopo mobile application"
    }
  ],
  "orientation": "portrait",
  "scope": ".",
  "description": "MyRopo"
}
