{
  "name": "DeepScreen - AI-Powered Hiring Intelligence Platform",
  "short_name": "DeepScreen",
  "description": "Revolutionize recruitment with AI-powered resume screening and intelligent candidate matching",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#059669",
  "background_color": "#090a0f",
  "categories": ["productivity", "business"],
  "screenshots": [
    {
      "src": "/deepscreen.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "form_factor": "narrow"
    },
    {
      "src": "/deepscreen.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "form_factor": "wide"
    }
  ],
  "icons": [
    {
      "src": "/deepscreen.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any"
    },
    {
      "src": "/deepscreen.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any"
    },
    {
      "src": "/deepscreen.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "maskable"
    }
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Login",
      "short_name": "Login",
      "description": "Login to DeepScreen",
      "url": "/auth/login",
      "icons": [
        {
          "src": "/deepscreen.webp",
          "sizes": "192x192",
          "type": "image/webp"
        }
      ]
    },
    {
      "name": "Register",
      "short_name": "Register",
      "description": "Create a new DeepScreen account",
      "url": "/auth/register",
      "icons": [
        {
          "src": "/deepscreen.webp",
          "sizes": "192x192",
          "type": "image/webp"
        }
      ]
    }
  ]
}
