{
  "name": "HC.md - 专业 Markdown 排版工具",
  "short_name": "HC.md",
  "description": "专为微信公众号与多平台内容创作者打造的高性能 Markdown 排版利器",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#090d16",
  "theme_color": "#d97706",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🎨</text></svg>",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "name": "Markdown 文档",
      "accept": {
        "text/markdown": [".md", ".markdown", ".mdown", ".mkd"],
        "text/html": [".html", ".htm"]
      }
    }
  ]
}
