{
  "name": "Python CLI Toolcraft",
  "short_name": "Toolcraft",
  "description": "Practical guidance for building, testing, packaging, and distributing modern Python command-line applications.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f6f7ff",
  "theme_color": "#5b6cff",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}

