{
  "name": "ImageMint - Browser Image Tools",
  "short_name": "ImageMint",
  "description": "Browser-based tools for grid slicing, flat-background removal, and sprite sheet generation.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": [
    "photo",
    "productivity",
    "utilities",
    "developer",
    "graphics",
    "games",
    "design",
    "business"
  ],
  "icons": [
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Grid Slicer",
      "short_name": "Grid Slicer",
      "description": "Interactive grid slicing with content-aware detection for uneven sheets and precise manual cuts",
      "url": "/grid-slicer",
      "icons": [
        {
          "src": "/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "Background Remover",
      "short_name": "Remove BG",
      "description": "Solid-color background removal with live preview and transparent PNG export",
      "url": "/remove-bg",
      "icons": [
        {
          "src": "/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "Sprite Sheet Generator",
      "short_name": "Sprite Gen",
      "description": "Create optimized sprite atlases with CSS/JSON code generation for game development",
      "url": "/sprite-gen",
      "icons": [
        {
          "src": "/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "Features Guide",
      "short_name": "Features",
      "description": "Explore ImageMint tools and browser-based image processing workflows",
      "url": "/features",
      "icons": [
        {
          "src": "/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    }
  ]
}
