{
  "name": "Mentum — Skills-Based Job Matching",
  "short_name": "Mentum",
  "description": "Find your next role with AI-powered skills matching",
  "id": "/",
  "start_url": "/?pwa=1",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0a0a",
  "theme_color": "#f97316",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Job matches",
      "short_name": "Matches",
      "description": "The jobs Mentum has matched to your skills",
      "url": "/candidate/matches"
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "description": "Your conversations with employers",
      "url": "/candidate/messages"
    }
  ]
}
