{
  "name": "Our Cryptic",
  "short_name": "OurCryptic",
  "description": "A website to allow people to share files securely",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#0d6efd",
   "icons": [
      {
         "src": "images/favorite192.png",
         "sizes": "192x192",
         "type": "image/png",
         "purpose": "any"
      },
      {
         "src": "images/favorite512.png",
         "sizes": "512x512",
         "type": "image/png",
         "purpose": "any"
      },
      {
         "src": "images/favorite256.png",
         "sizes": "256x256",
         "type": "image/png",
         "purpose": "any"
      }
   ]
}