{
  "name":             "TiMisOnline",
  "short_name":       "TiMisOnline",
  "description":      "Professional web development, software, and graphic design services.",
  "start_url":        "/index.html",
  "display":          "standalone",
  "background_color": "#1E1B2E",
  "theme_color":      "#C9A227",
  "orientation":      "portrait-primary",
  "lang":             "en",
  "icons": [
    {
      "src":   "images/icon-192.png",
      "sizes": "192x192",
      "type":  "image/png",
      "purpose": "any maskable"
    },
    {
      "src":   "images/icon-512.png",
      "sizes": "512x512",
      "type":  "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "categories": ["business", "productivity", "utilities"],
  "shortcuts": [
    {
      "name":       "View Services",
      "short_name": "Services",
      "url":        "/services.html",
      "icons": [{ "src": "images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name":       "Contact Us",
      "short_name": "Contact",
      "url":        "/contact.html",
      "icons": [{ "src": "images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name":       "View Pricing",
      "short_name": "Pricing",
      "url":        "/pricing.html",
      "icons": [{ "src": "images/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
