{
  "id": "/auth?source=pwa",
  "name": "Swork — Hire humans, not resumes",
  "short_name": "Swork",
  "description": "Swipe-baserad rekrytering för restaurang, bar och hotell. Matcha med personlighet, inte bara CV.",
  "start_url": "/auth?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#fafaf7",
  "theme_color": "#1a2548",
  "lang": "sv",
  "dir": "ltr",
  "categories": ["business", "productivity", "social"],
  "prefer_related_applications": false,
  "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-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Upptäck",
      "short_name": "Upptäck",
      "description": "Swipa nya jobb och kandidater",
      "url": "/app/swipe?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Matchningar",
      "short_name": "Matches",
      "description": "Öppna dina matchningar och chattar",
      "url": "/app/matches?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Profil",
      "short_name": "Profil",
      "description": "Hantera din profil",
      "url": "/app/profile?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "handle_links": "preferred"
}
