{
  "name": "Arden - AI-Powered Job Search",
  "short_name": "Arden",
  "description": "Find your perfect role with AI-tailored CVs, cover letters, and smart job matching.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#7c3aed",
  "lang": "en-GB",
  "categories": ["productivity", "business", "utilities"],
  "icons": [
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/mail/draft-reply",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "subject",
      "text": "body"
    }
  },
  "shortcuts": [
    {
      "name": "Draft a reply",
      "short_name": "Reply",
      "description": "Paste a recruiter email and draft a reply",
      "url": "/mail/draft-reply",
      "icons": [
        { "src": "/favicon-32x32.png", "sizes": "32x32", "type": "image/png" }
      ]
    },
    {
      "name": "Open inbox",
      "short_name": "Mail",
      "description": "Open your Arden mailbox",
      "url": "/mail",
      "icons": [
        { "src": "/favicon-32x32.png", "sizes": "32x32", "type": "image/png" }
      ]
    }
  ]
}
