{
  "name": "MathType 多学科公式编辑平台",
  "short_name": "MathType",
  "description": "支持数学、物理、化学等多学科公式编辑，AI 智能生成，一键导出 Word、PPT、PNG 等格式。",
  "id": "/mathtype/loading?source=pwa",
  "start_url": "/mathtype/loading?source=pwa",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0054fe",
  "icons": [
    {
      "src": "/mathtype192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/mathtype192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/mathtype512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/mathtype512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "file_handlers": [
    {
      "action": "/mathtype/loading?source=pwa&launch=open-docx",
      "accept": {
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [
          ".docx"
        ]
      }
    },
    {
      "action": "/mathtype/loading?source=pwa&launch=open-md",
      "accept": {
        "text/markdown": [
          ".md",
          ".markdown"
        ]
      }
    },
    {
      "action": "/mathtype/loading?source=pwa&launch=open-tex",
      "accept": {
        "application/x-tex": [
          ".tex"
        ]
      }
    }
  ],
  "shortcuts": [
    {
      "name": "新建公式",
      "short_name": "新建公式",
      "url": "/mathtype/loading?source=pwa&launch=new-formula",
      "icons": [
        {
          "src": "/mathtype192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "新建文档",
      "short_name": "新建文档",
      "url": "/mathtype/loading?source=pwa&launch=new-doc",
      "icons": [
        {
          "src": "/mathtype192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "拍照识别",
      "short_name": "拍照识别",
      "url": "/mathtype/loading?source=pwa&launch=ocr",
      "icons": [
        {
          "src": "/mathtype192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
