{
  "name":             "SweetSystem",
  "short_name":       "Sweet",
  "description":      "Sistema de gestão para confeitarias, padarias, restaurantes e cozinhas industriais.",
  "start_url":        "/",
  "scope":            "/",
  "display":          "standalone",
  "orientation":      "any",
  "background_color": "#0c0905",
  "theme_color":      "#e8832a",
  "lang":             "pt-BR",
  "categories":       ["business", "food", "productivity"],
  "icons": [
    {
      "src":     "/static/icon-192.svg",
      "sizes":   "192x192",
      "type":    "image/svg+xml",
      "purpose": "any"
    },
    {
      "src":     "/static/icon-192.svg",
      "sizes":   "any",
      "type":    "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src":     "/static/icon-512.svg",
      "sizes":   "512x512",
      "type":    "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
