{
  "short_name": "Job Listings ",
  "name": "Job Listings App",
  "icons": [
    {
      "src": "/images/icons-vector.svg",
      "type": "image/svg+xml",
      "sizes": "512x512"
    },
    {
      "src": "/images/icons-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/images/icons-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "background_color": "#272b30",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#3a3f44",
  "shortcuts": [
    {
      "name": "About Job Listings",
      "short_name": "About",
      "description": "About Job Listings",
      "url": "/#about?source=pwa",
      "icons": [{ "src": "/images/movies.png", "sizes": "192x192" }]
    },
    {
      "name": "Latest Job Listings",
      "short_name": "Latest",
      "description": "Browse the latest Job Listings",
      "url": "/#jobresults?source=pwa",
      "icons": [{ "src": "/images/tv.png", "sizes": "192x192" }]
    }
  ],
  "description": "Discover Job Listings.",
  "screenshots": [
    {
      "src": "/images/screenshot1.png",
      "type": "image/png",
      "sizes": "540x720",
      "form_factor": "narrow"
    },
    {
      "src": "/images/screenshot2.png",
      "type": "image/jpg",
      "sizes": "720x540",
      "form_factor": "wide"
    }
  ]
}