{
  "name": "Shademix - Color Palette Lab",
  "short_name": "Shademix",
  "description": "All color palettes, eyedropper from images, format conversion, harmonies, accessibility checks, and more - offline.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0e0f12",
  "theme_color": "#0e0f12",
  "lang": "en",
  "categories": ["design", "productivity", "utilities", "graphics"],
  "icons": [
    { "src": "icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any" },
    { "src": "icons/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any" },
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-48.webp", "sizes": "48x48", "type": "image/webp", "purpose": "any maskable" },
    { "src": "icons/icon-72.webp", "sizes": "72x72", "type": "image/webp", "purpose": "any maskable" },
    { "src": "icons/icon-96.webp", "sizes": "96x96", "type": "image/webp", "purpose": "any maskable" },
    { "src": "icons/icon-128.webp", "sizes": "128x128", "type": "image/webp", "purpose": "any maskable" },
    { "src": "icons/icon-256.webp", "sizes": "256x256", "type": "image/webp", "purpose": "any maskable" }
  ],
  "screenshots": [
    { "src": "og.png", "sizes": "1200x630", "type": "image/png", "form_factor": "wide", "label": "Shademix - color palette toolkit with eyedropper, RAL/NCS/Pantone match" }
  ],
  "shortcuts": [
    {
      "name": "Eyedropper",
      "short_name": "Pick",
      "description": "Sample any color from a photo or your camera",
      "url": "./index.html#tab=pick",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Code lookup",
      "short_name": "Lookup",
      "description": "Convert RAL, NCS, Pantone, HEX, RGB, OKLCH between systems",
      "url": "./index.html#tab=lookup",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Palettes",
      "short_name": "Palettes",
      "description": "Browse 10 color systems and 30 mood palettes",
      "url": "./index.html#tab=palettes",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Harmonies",
      "short_name": "Harmonies",
      "description": "Generate complementary, triadic and OKLCH-based color harmonies",
      "url": "./index.html#tab=harmonies",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Library",
      "short_name": "Library",
      "description": "Saved palettes - rename, share, export to ASE / GPL / Tailwind / SVG",
      "url": "./index.html#tab=library",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
