{
  "name": "Image Dithering Sandbox",
  "short_name": "DITHER-DOT",
  "description": "With full control over images, palette, and dithering, DITHER-DOT transforms photos into creative pixel-art and stylized images.",
  "theme_color": "#000000",
  "background_color": "#000000",
  "display": "standalone",
  "start_url": "/",
  "scope": "/",
  "orientation": "portrait",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}