{
 "name": "TheBridgeEng \u2014 Bridge Engineering Tools",
 "short_name": "BridgeEng",
 "description": "Verified bridge engineering calculators, FE practice, references, news and insight.",
 "start_url": "/?src=pwa",
 "scope": "/",
 "display": "standalone",
 "background_color": "#F7F4EE",
 "theme_color": "#0F1318",
 "orientation": "portrait-primary",
 "icons": [
  {
   "src": "/icon-192.png",
   "sizes": "192x192",
   "type": "image/png",
   "purpose": "any"
  },
  {
   "src": "/icon-512.png",
   "sizes": "512x512",
   "type": "image/png",
   "purpose": "any"
  },
  {
   "src": "/icon-maskable-512.png",
   "sizes": "512x512",
   "type": "image/png",
   "purpose": "maskable"
  }
 ],
 "shortcuts": [
  {
   "name": "Beam solver",
   "url": "/beam.html",
   "icons": [
    {
     "src": "/icon-192.png",
     "sizes": "192x192"
    }
   ]
  },
  {
   "name": "FE practice",
   "url": "/fe.html",
   "icons": [
    {
     "src": "/icon-192.png",
     "sizes": "192x192"
    }
   ]
  },
  {
   "name": "News",
   "url": "/news.html",
   "icons": [
    {
     "src": "/icon-192.png",
     "sizes": "192x192"
    }
   ]
  }
 ]
}