<!-- manifest.json -->
{
  "name": "诡虚道音",
  "short_name": "诡虚道音",
  "description": "中式诡异文字冒险游戏，扮演持牒人探索墟境",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0e0c0a",
  "theme_color": "#0e0c0a",
  "orientation": "portrait",
  "lang": "zh-CN",
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ctext y='.9em' font-size='90'%3E%F0%9F%91%B9%3C/text%3E%3C/svg%3E",
      "sizes": "100x100",
      "type": "image/svg+xml"
    }
  ],
  "scope": "/"
}