{
    "name":  "Hoefner Teamchat",
    "short_name":  "Teamchat",
    "description":  "Teamchat Hoefner Bodenbelaege",
    "id":  "/teamchat/",
    "start_url":  "/teamchat/?source=pwa-v63m",
    "scope":  "/teamchat/",
    "display":  "standalone",
    "background_color":  "#0b1020",
    "theme_color":  "#2f1722",
    "orientation":  "portrait",
    "icons":  [
                  {
                      "src":  "/teamchat/icons/icon-192.png",
                      "sizes":  "192x192",
                      "type":  "image/png",
                      "purpose":  "any maskable"
                  },
                  {
                      "src":  "/teamchat/icons/icon-512.png",
                      "sizes":  "512x512",
                      "type":  "image/png",
                      "purpose":  "any maskable"
                  }
              ],
    "share_target":  {
                         "action":  "/teamchat/share-target.php",
                         "method":  "POST",
                         "enctype":  "multipart/form-data",
                         "params":  {
                                        "title":  "title",
                                        "text":  "text",
                                        "url":  "url",
                                        "files":  [
                                                      {
                                                          "name":  "share_files",
                                                          "accept":  [
                                                                         "image/*",
                                                                         "application/pdf",
                                                                         "text/plain",
                                                                         ".jpg",
                                                                         ".jpeg",
                                                                         ".png",
                                                                         ".webp",
                                                                         ".gif",
                                                                         ".pdf",
                                                                         ".txt"
                                                                     ]
                                                      }
                                                  ]
                                    }
                     }
}
