{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "resumes.im — Resumes in Markdown",
  "short_name": "resumes.im",
  "description": "A local-first web app for creating, editing, exporting, and sharing resumes and CVs.",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#0c0c0c",
  "background_color": "#ffffff",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
