{
  "name": "BrandPalette — Color Palette Generator",
  "short_name": "BrandPalette",
  "description": "Professional color palette generator with branding guide style output. Includes eyedropper, shades, HEX/RGB/CMYK/PMS values, typography pairings, and do's & don'ts.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#0f0f13",
  "theme_color": "#7c5cbf",
  "orientation": "any",
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["design", "productivity", "utilities"],
  "shortcuts": [
    {
      "name": "New Palette",
      "short_name": "New",
      "description": "Generate a new color palette",
      "url": "/index.html?action=new",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any" }]
    }
  ],
  "screenshots": [],
  "lang": "en-US",
  "dir": "ltr"
}
