{
  "short_name": "OrderApp",
  "name": "Ordering App Test",
  "icons": [
    {
      "src": "image/icon-192-1.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "image/icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": "/index.php",
  "background_color": "#764ba2",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#764ba2",
  "description": "Place and manage customer orders."
}