{
    "name": "Rhino Tool House",
    "short_name": "Rhino Tool House",
    "theme_color": "#FFFFFF",
    "background_color": "#FFFFFF",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait",
    "icons": [
      {
        "src": "/icons/rth-logo-192x192.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
        "src": "/icons/rth-logo-384x384.png",
        "sizes": "384x384",
        "type": "image/png"
      },
      {
        "src": "/icons/rth-logo-512x512.png",
        "sizes": "512x512",
        "type": "image/png"
      }
    ],
    "screenshots": [
      {
        "src": "/screenshots/rth_launcher_screen_wide.png",
        "sizes": "1280x720",
        "type": "image/png",
        "form_factor": "wide"
      },
      {
        "src": "/screenshots/rth_launcher_screen_narrow.png",
        "sizes": "640x480",
        "type": "image/png",
        "form_factor": "narrow"
      }
    ]
  }