{
  "name": "TAYF — Color Spectrum & Palette Generator",
  "short_name": "TAYF",
  "description": "Generate beautiful, harmonious color palettes with real-time preview, WCAG accessibility checking, and export to CSS/Tailwind/JSON.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "portrait-primary",
  "background_color": "#0D1117",
  "theme_color": "#3D8B8B",
  "categories": ["design", "productivity", "utilities"],
  "lang": "en",
  "scope": "/",
  "id": "/",
  "icons": [
    {
      "src": "/icons/icon-48.svg",
      "sizes": "48x48",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-72.svg",
      "sizes": "72x72",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96.svg",
      "sizes": "96x96",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128.svg",
      "sizes": "128x128",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384.svg",
      "sizes": "384x384",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-maskable.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "New Palette",
      "short_name": "New",
      "description": "Start a new color palette",
      "url": "/?new"
    },
    {
      "name": "Trending Palettes",
      "short_name": "Trending",
      "description": "Browse trending color palettes",
      "url": "/#trending"
    }
  ]
}
