{
  "name": "Law of Signs",
  "short_name": "ASL App",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#F5E9DA",
  "theme_color": "#3D5A80",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/images/icon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/images/icon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}