{
    "name":  "GolSafety Monitor",
    "short_name":  "GolSafety",
    "description":  "Real-time safety incident monitoring for major sporting venues across North America",
    "start_url":  "/",
    "display":  "standalone",
    "orientation":  "any",
    "background_color":  "#0b1018",
    "theme_color":  "#0f1623",
    "scope":  "/",
    "lang":  "en-US",
    "categories":  [
                       "safety",
                       "sports",
                       "utilities"
                   ],
    "screenshots":  [
                        {
                            "src":  "/screenshots/desktop.png",
                            "sizes":  "1280x720",
                            "type":  "image/png",
                            "form_factor":  "wide",
                            "label":  "Desktop dashboard view"
                        },
                        {
                            "src":  "/screenshots/mobile.png",
                            "sizes":  "390x844",
                            "type":  "image/png",
                            "form_factor":  "narrow",
                            "label":  "Mobile incident view"
                        }
                    ],
    "shortcuts":  [
                      {
                          "name":  "Report Incident",
                          "short_name":  "Report",
                          "url":  "/?action=report",
                          "description":  "Quickly report a new safety incident",
                          "icons":  [
                                        {
                                            "src":  "/icons/shortcut-report.png",
                                            "sizes":  "96x96"
                                        }
                                    ]
                      },
                      {
                          "name":  "View Map",
                          "short_name":  "Map",
                          "url":  "/?view=map",
                          "description":  "Open the live incident map",
                          "icons":  [
                                        {
                                            "src":  "/icons/shortcut-map.png",
                                            "sizes":  "96x96"
                                        }
                                    ]
                      }
                  ],
    "related_applications":  [

                             ],
    "prefer_related_applications":  false,
    "gcm_sender_id":  "1015926616273",
    "icons":  [
                  {
                      "src":  "/icons/icon-72.png",
                      "sizes":  "72x72",
                      "type":  "image/png"
                  },
                  {
                      "src":  "/icons/icon-96.png",
                      "sizes":  "96x96",
                      "type":  "image/png"
                  },
                  {
                      "src":  "/icons/icon-144.png",
                      "sizes":  "144x144",
                      "type":  "image/png"
                  },
                  {
                      "src":  "/icons/icon-192.png",
                      "sizes":  "192x192",
                      "type":  "image/png",
                      "purpose":  "any maskable"
                  },
                  {
                      "src":  "/icons/icon-512.png",
                      "sizes":  "512x512",
                      "type":  "image/png",
                      "purpose":  "any maskable"
                  }
              ]
}