{
    "name":  "Nature Furniture",
    "short_name":  "Nature Furniture",
    "description":  "Dealer and distributor app for Nature Furniture product tracking, QR sale punch, coins, and orders.",
    "start_url":  "/login.html",
    "scope":  "/",
    "display":  "standalone",
    "orientation":  "portrait",
    "background_color":  "#f3f6f4",
    "theme_color":  "#0b6b47",
    "categories":  [
                       "business",
                       "productivity"
                   ],
    "icons":  [
                  {
                      "src":  "/assets/pwa-icon-192.png",
                      "sizes":  "192x192",
                      "type":  "image/png",
                      "purpose":  "any"
                  },
                  {
                      "src":  "/assets/pwa-icon-512.png",
                      "sizes":  "512x512",
                      "type":  "image/png",
                      "purpose":  "any"
                  }
              ],
    "screenshots":  [
                        {
                            "src":  "/assets/pwa-icon-512.png",
                            "sizes":  "512x512",
                            "type":  "image/png",
                            "form_factor":  "narrow",
                            "label":  "Nature Furniture mobile app"
                        },
                        {
                            "src":  "/assets/pwa-icon-512.png",
                            "sizes":  "512x512",
                            "type":  "image/png",
                            "form_factor":  "wide",
                            "label":  "Nature Furniture dashboard"
                        }
                    ],
    "shortcuts":  [
                      {
                          "name":  "Dealer Login",
                          "short_name":  "Dealer",
                          "url":  "/login.html?role=dealer",
                          "icons":  [
                                        {
                                            "src":  "/assets/pwa-icon-192.png",
                                            "sizes":  "192x192"
                                        }
                                    ]
                      },
                      {
                          "name":  "Distributor Login",
                          "short_name":  "Distributor",
                          "url":  "/login.html?role=distributor",
                          "icons":  [
                                        {
                                            "src":  "/assets/pwa-icon-192.png",
                                            "sizes":  "192x192"
                                        }
                                    ]
                      }
                  ]
}