{
  "name": "Vivid Web Services",
  "short_name": "Vivid",
  "description": "Modern websites for small business",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#0B0F1A",
  "background_color": "#ffffff",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/manifest/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "src": "/manifest/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/manifest/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/manifest/screenshot-wide.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/manifest/screenshot-narrow.png",
      "sizes": "375x677",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Send us a message",
      "url": "/contact",
      "icons": [
        {
          "src": "/manifest/android-chrome-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
