{
  "name": "MusicMax · AI 音乐创作工坊",
  "short_name": "MusicMax",
  "description": "AI 驱动的音乐专辑创作工具，一站式完成作词、作曲、封面设计",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0818",
  "theme_color": "#6366f1",
  "lang": "zh-CN",
  "categories": ["music", "entertainment", "productivity"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "歌词创作",
      "short_name": "写词",
      "url": "./index.html#lyrics",
      "icons": [{"src": "icons/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "音乐生成",
      "short_name": "作曲",
      "url": "./index.html#music",
      "icons": [{"src": "icons/icon-192.png", "sizes": "192x192"}]
    }
  ]
}