{
  "name": "Repo2Txt — Convert any repo into LLM-ready text",
  "short_name": "Repo2Txt",
  "description": "The zero-cloud codebase exporter for AI-assisted development. Pick a folder, get a clean text file with .gitignore respected, binaries dropped, and tokens estimated. 100% local, no telemetry.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0b",
  "theme_color": "#0a0a0b",
  "orientation": "portrait-primary",
  "categories": ["developer", "productivity", "utilities"],
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Convert a repo",
      "short_name": "Convert",
      "description": "Open the converter tool",
      "url": "/#tool"
    },
    {
      "name": "View features",
      "short_name": "Features",
      "description": "See all features",
      "url": "/#features"
    }
  ]
}
