{
  "name": "Buckingham Palace Wine Cellar",
  "short_name": "Wine Cellar",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#8f2843",
  "orientation":  "portrait",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "img/icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "img/icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    }
  ],
  "shortcuts": [
    {
      "name": "Search wine",
      "url": "/searchwine" 
    }

  ] 
}
