{
  "name": "neo ebooks - 在线电子书工具集",
  "short_name": "neo ebooks",
  "description": "专业的在线电子书处理工具，支持 TXT 转 EPUB、智能翻译等功能",
  "version": "1.9.2",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#4285f4",
  "background_color": "#ffffff",
  "scope": "/",
  "lang": "zh-CN",
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' fill='%234285f4'/%3E%3Ctext x='50' y='60' text-anchor='middle' fill='white' font-size='40' font-family='Arial,sans-serif'%3EBook%3C/text%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' fill='%234285f4'/%3E%3Ctext x='50' y='60' text-anchor='middle' fill='white' font-size='40' font-family='Arial,sans-serif'%3EBook%3C/text%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "books",
    "utilities",
    "productivity"
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'%3E%3Crect width='540' height='720' fill='%23f8f9fa'/%3E%3Ctext x='270' y='360' text-anchor='middle' fill='%234285f4' font-size='24'%3Eneo ebooks 主页%3C/text%3E%3C/svg%3E",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "TXT 转 EPUB",
      "short_name": "TXT转换",
      "description": "将 TXT 文件转换为 EPUB 格式",
      "url": "/txt2epub.html",
      "icons": [
        {
          "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' fill='%234285f4'/%3E%3Ctext x='50' y='60' text-anchor='middle' fill='white' font-size='20'%3ETXT%3C/text%3E%3C/svg%3E",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "EPUB 翻译",
      "short_name": "翻译",
      "description": "智能翻译 EPUB 电子书",
      "url": "/epub-translator.html",
      "icons": [
        {
          "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' fill='%234285f4'/%3E%3Ctext x='50' y='60' text-anchor='middle' fill='white' font-size='20'%3E译%3C/text%3E%3C/svg%3E",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "protocol_handlers": [
    {
      "protocol": "web+neoebooks",
      "url": "/?action=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/txt2epub.html",
      "accept": {
        "text/plain": [
          ".txt"
        ],
        "application/epub+zip": [
          ".epub"
        ]
      }
    }
  ]
}