{
  "name": "JANIX Talent",
  "short_name": "JANIX",
  "description": "Find and curate talent with your team",
  "start_url": "/talent/search",
  "display": "standalone",
  "background_color": "#262f35",
  "theme_color": "#262f35",
  "orientation": "any",
  "icons": [
    {
      "src": "/static/talent/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/talent/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/talent/capture",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "image",
          "accept": ["image/jpeg", "image/png", "image/webp"]
        }
      ]
    }
  },
  "categories": ["business", "productivity"],
  "lang": "en"
}
