{
  "name": "Symphonic Timeline - Classical Music Explorer",
  "short_name": "Symphonic",
  "description": "Explore the timeline of classical music masters with an interactive, beautiful interface. Discover composers, their works, and influences.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#161617",
  "theme_color": "#0A84FF",
  "categories": ["music", "education", "entertainment"],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' fill='%230A84FF'/><text x='96' y='140' font-size='120' text-anchor='middle' fill='white'>♪</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' fill='%230A84FF'/><text x='256' y='380' font-size='320' text-anchor='middle' fill='white'>♪</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Composers",
      "short_name": "Search",
      "description": "Search for classical composers",
      "url": "/?action=search",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><circle cx='48' cy='48' r='48' fill='%230A84FF'/></svg>",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Romantic Era",
      "short_name": "Romanticism",
      "description": "Explore the Romantic period",
      "url": "/?tour=romanticism",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><circle cx='48' cy='48' r='48' fill='%23FF2D55'/></svg>",
          "sizes": "96x96"
        }
      ]
    }
  ]
}