{
  "name": "HeroVerse",
  "short_name": "HeroVerse",
  "description": "The Ultimate Superhero Database",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0d1117",
  "theme_color": "#f59e0b",
  "orientation": "portrait",
  "icons": [
    {
      "src": "https://ui-avatars.com/api/?name=HV&background=f59e0b&color=0d1117&size=192&bold=true&font-size=0.4",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://ui-avatars.com/api/?name=HV&background=f59e0b&color=0d1117&size=512&bold=true&font-size=0.4",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["entertainment", "games"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "All Heroes",
      "short_name": "Heroes",
      "description": "Browse all heroes",
      "url": "/heroes",
      "icons": [{ "src": "https://ui-avatars.com/api/?name=H&background=f59e0b&color=0d1117&size=96&bold=true", "sizes": "96x96" }]
    },
    {
      "name": "Battle Simulator",
      "short_name": "Battle",
      "description": "Simulate hero battles",
      "url": "/battle",
      "icons": [{ "src": "https://ui-avatars.com/api/?name=B&background=ef4444&color=ffffff&size=96&bold=true", "sizes": "96x96" }]
    },
    {
      "name": "Daily Challenge",
      "short_name": "Daily",
      "description": "Today's daily hero challenge",
      "url": "/daily-challenge",
      "icons": [{ "src": "https://ui-avatars.com/api/?name=D&background=f97316&color=ffffff&size=96&bold=true", "sizes": "96x96" }]
    }
  ]
}
