{
  "name": "XDN Pro",
  "short_name": "XDN",
  "description": "XDN worker app — manage jobs and offers on the go",
  "display": "standalone",
  "orientation": "portrait",
  "start_url": "/worker",
  "scope": "/",
  "background_color": "#0B2545",
  "theme_color": "#0B2545",
  "categories": ["productivity", "utilities"],
  "icons": [
    { "src": "/icons/icon.svg",           "sizes": "any",     "type": "image/svg+xml" },
    { "src": "/icons/icon-192.png",       "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png",       "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/icon-maskable.png",  "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Available Jobs",
      "url": "/worker",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
