{
  "name": "ATS CV Builder — Free Resume Builder",
  "short_name": "ATS CV",
  "description": "Build a professional resume in minutes. 120+ templates, private and offline-capable.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#fafaf7",
  "theme_color": "#1e3a5f",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "business", "utilities"],
  "icons": [
    {
      "src": "/assets/images/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/assets/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Open the builder",
      "short_name": "Builder",
      "description": "Jump straight into the resume builder",
      "url": "/#builder",
      "icons": [{ "src": "/assets/images/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Browse templates",
      "short_name": "Templates",
      "description": "See all 120+ resume templates",
      "url": "/templates",
      "icons": [{ "src": "/assets/images/favicon.svg", "sizes": "any" }]
    }
  ]
}
