{
  "name": "Web Apps",
  "short_name": "Web Apps",
  "description": "Your personal web view to launch and view websites quickly.",

  "start_url": "/view/index.php", 
  "scope": "/view/",

  "display": "standalone",
  "orientation": "portrait",

  "background_color": "#f2f3f7",
  "theme_color": "#111111",

  "icons": [
    {
      "src": "/view/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/view/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}