{
  "name": "PINT, Inc.",
  "short_name": "PINT, Inc.",
  "description": "PINT is an advanced web development and technical consulting agency in San Diego. We have served more than 500 clients over 20 years.",
  "background_color": "#09749b",
  "theme_color": "#09749b",
  "display": "standalone",
  "orientation": "portrait",
  "start_url": "/",
  "icons": [
    {
      "src": "/assets/manifest/maskable-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/manifest/favicon.svg",
      "sizes": "144x144",
      "type": "image/svg",
      "purpose": "any"
    },
    {
      "src": "/assets/manifest/manifest-icon.webp",
      "sizes": "144x144",
      "type": "image/webp"
    }
  ],
  "screenshots": [
    {
     "src": "/assets/manifest/manifest-wide.avif",
      "sizes": "320x320",
      "type": "image/avif",
      "form_factor": "wide",
      "label": "PINT.com"
    },
    {
     "src": "/assets/manifest/manifest-narrow.avif",
      "sizes": "320x632",
      "type": "image/avif",
      "form_factor": "narrow",
      "label": "PINT.com"
    }
  ]
}