{
  "name": "织境AI 生图工作台",
  "short_name": "织境AI",
  "description": "织境AI 生图工作台把 AI 图片生成、参考图、提示词、素材整理与创作画布串联在同一个浏览器窗口里。",
  "start_url": "./",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "scope": "./",
  "categories": ["productivity", "utilities", "graphics"],
  "icons": [
    {
      "src": "./icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "lang": "zh-CN",
  "dir": "ltr",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "新建生图画布",
      "short_name": "新建",
      "description": "创建一个新的织境AI 生图画布",
      "url": "./",
      "icons": [
        {
          "src": "./icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "file_handlers": [
    {
      "action": "./",
      "accept": {
        "application/json": [".drawnix"]
      }
    }
  ]
}
