{
  "name": "Meta Refresh",
  "short_name": "Meta Refresh",
  "description": "Welcome to Hasjob at Meta Refresh. If you see an interesting job, copy the URL or scan the QR code and apply from your own device. We are still working on NFC integration so you can just tap your badge.",
  "scope":"/",
  "theme_color": "#816894",
  "background_color": "#FFFFFF",
  "display": "standalone",
  "orientation": "portrait",
  "start_url": "/",
  "icons": [
    {
      "src": "/static/img/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/img/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}