{
  "name": "Klyroco",
  "short_name": "Klyroco",
  "description": "Discover local markets, festivals, and the vendors you love",
  "start_url": "/public.html",
  "display": "standalone",
  "background_color": "#FFFDF9",
  "theme_color": "#7C3AED",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='40' fill='%23FF6B35'/><text y='148' x='24' font-size='148' font-family='Georgia,serif' font-weight='800' fill='white'>k</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='100' fill='%23FF6B35'/><text y='400' x='60' font-size='400' font-family='Georgia,serif' font-weight='800' fill='white'>k</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ],
  "categories": ["lifestyle", "shopping", "entertainment"],
  "shortcuts": [
    {
      "name": "Browse Events",
      "short_name": "Events",
      "description": "Discover local events",
      "url": "/public.html?page=events",
      "icons": [{"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='80' font-size='80'>🎪</text></svg>", "sizes": "96x96"}]
    },
    {
      "name": "Browse Vendors",
      "short_name": "Vendors",
      "description": "Discover local vendors",
      "url": "/public.html?page=vendors",
      "icons": [{"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='80' font-size='80'>🏪</text></svg>", "sizes": "96x96"}]
    }
  ]
}
