﻿{
    "name":  "CartLock",
    "short_name":  "CartLock",
    "description":  "Offline-first grocery shopping list",
    "start_url":  "./index.html",
    "scope":  "./",
    "display":  "standalone",
    "orientation":  "portrait",
    "background_color":  "#ffffff",
    "theme_color":  "#18a89a",
    "icons":  [
                  {
                      "src":  "assets/icons/icon.svg",
                      "sizes":  "any",
                      "type":  "image/svg+xml",
                      "purpose":  "any"
                  }
              ]
}
