{
  "id": "./",
  "name": "Wintec Jobs - Team Workspace",
  "short_name": "Wintec Jobs",
  "description": "Wintec Group job finding and worker placement team workspace.",
  "lang": "en-IN",
  "dir": "ltr",
  "start_url": "./index.php?source=pwa",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "any",
  "background_color": "#f0f4f9",
  "theme_color": "#ffffff",
  "categories": [
    "business",
    "productivity"
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "All Team Jobs",
      "short_name": "All Jobs",
      "url": "./dashboard.php?scope=all&source=shortcut"
    },
    {
      "name": "My Posted Jobs",
      "short_name": "My Jobs",
      "url": "./dashboard.php?scope=mine&source=shortcut"
    },
    {
      "name": "Post New Job",
      "short_name": "Add Job",
      "url": "./add_job.php?source=shortcut"
    },
    {
      "name": "Notifications",
      "short_name": "Alerts",
      "url": "./dashboard.php?view=notifications&source=shortcut"
    }
  ],
  "prefer_related_applications": false
}