{
  "name": "Isugaku — Home to AI Artists",
  "short_name": "Isugaku",
  "description": "Discover AI-generated music artists, curated playlists, and learn how to create your own AI music.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["music", "entertainment"],
  "icons": [
    { 
      "src": "/icons/icon-192.png", 
      "type": "image/png", 
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    { 
      "src": "/icons/icon-512.png", 
      "type": "image/png", 
      "sizes": "512x512",
      "purpose": "any maskable"
    },
    { 
      "src": "/icons/apple-touch-icon.png", 
      "type": "image/png", 
      "sizes": "180x180", 
      "purpose": "any" 
    }
  ],
  "shortcuts": [
    {
      "name": "Featured Artists",
      "short_name": "Artists",
      "description": "Browse AI artists on Isugaku",
      "url": "/#artists",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Hall of Fame",
      "short_name": "Hall of Fame",
      "description": "Legendary AI artists",
      "url": "/#hall",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}