{
  "name": "Mobile PTAR",
  "short_name": "PTAR",
  "description": "Mobile PTAR Progressive Web App",
  "start_url": "/mobile/index.php",
  "scope": "/mobile/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f6f3ff",
  "theme_color": "#4B2E83",
  "icons": [
    {
      "src": "/mobile/assets/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/mobile/assets/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}