{
  "name": "ArtisanAI — AI Image Studio",
  "short_name": "ArtisanAI",
  "description": "AI-powered image tools. Remove backgrounds, compress, resize, and convert images. Your images are never sent to any server.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#05020e",
  "theme_color": "#7c3aed",
  "orientation": "any",
  "categories": ["photo", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Background Remover",
      "short_name": "BG Remover",
      "url": "/#/background-remover",
      "icons": [{ "src": "/icon-512.png", "sizes": "512x512" }]
    },
    {
      "name": "Image Compressor",
      "short_name": "Compressor",
      "url": "/#/compressor",
      "icons": [{ "src": "/icon-512.png", "sizes": "512x512" }]
    },
    {
      "name": "Image Resizer",
      "short_name": "Resizer",
      "url": "/#/resizer",
      "icons": [{ "src": "/icon-512.png", "sizes": "512x512" }]
    },
    {
      "name": "Format Converter",
      "short_name": "Converter",
      "url": "/#/converter",
      "icons": [{ "src": "/icon-512.png", "sizes": "512x512" }]
    }
  ]
}
