{
  "name": "Jobjective",
  "short_name": "Jobjective",
  "description": "Stop guessing. Use real jobs data.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#041329",
  "theme_color": "#041329",
  "orientation": "portrait",
  "categories": ["productivity", "business"],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "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" }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "text": "shared_text",
      "url": "shared_url",
      "title": "shared_title"
    }
  }
}
