{
    "name":  "协同问题登记",
    "short_name":  "协同登记",
    "description":  "智能识别协同问题截图中的信息并自动登记到腾讯智能表",
    "version":  "1.0.0",
    "start_url":  "index.html",
    "display":  "standalone",
    "orientation":  "portrait",
    "background_color":  "#f5f5f5",
    "theme_color":  "#1890ff",
    "icons":  [
                  {
                      "src":  "icons/icon.svg",
                      "sizes":  "any",
                      "type":  "image/svg+xml"
                  },
                  {
                      "src":  "icons/icon16.png",
                      "sizes":  "16x16",
                      "type":  "image/png"
                  },
                  {
                      "src":  "icons/icon48.png",
                      "sizes":  "48x48",
                      "type":  "image/png"
                  },
                  {
                      "src":  "icons/icon128.png",
                      "sizes":  "128x128",
                      "type":  "image/png"
                  },
                  {
                      "src":  "icons/icon192.png",
                      "sizes":  "192x192",
                      "type":  "image/png",
                      "purpose":  "any maskable"
                  },
                  {
                      "src":  "icons/icon512.png",
                      "sizes":  "512x512",
                      "type":  "image/png",
                      "purpose":  "any maskable"
                  }
              ],
    "categories":  [
                       "utilities",
                       "productivity"
                   ],
    "lang":  "zh-CN",
    "share_target":  {
                         "action":  "index.html",
                         "method":  "GET",
                         "enctype":  "application/x-www-form-urlencoded",
                         "params":  {
                                        "title":  "title",
                                        "text":  "text",
                                        "url":  "url"
                                    }
                     }
}