{
  "id": "youtopin",
  "name": "Youtopin",
  "short_name": "Youtopin",
  "description": "Create your own Utopia with us!",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "orientation": "portrait",
  "theme_color": "#4c95b7",
  "background_color": "#ffffff",
  "display": "standalone",
  "start_url": "/dashboard",
  "shortcuts": [
    {
      "description": "Go to home page.",
      "name": "Go to home page",
      "short_name": "Home",
      "url": "/dashboard"
    },
    {
      "description": "Go to tours page.",
      "name": "Go to tours page",
      "short_name": "Tours",
      "url": "/tours"
    },
    {
      "description": "Go to friends activity page.",
      "name": "Go to friends activity page",
      "short_name": "Activity",
      "url": "/dashboard/activities"
    }
  ]
}
