{
  "name": "acmcsuf.com",
  "short_name": "acmCSUF",
  "description": "ACM at CSUF",
  "author": "https://github.com/acmcsufoss/acmcsuf.com/",
  "homepage_url": "https://acmcsuf.com/",
  "offline_enabled": true,
  "omnibox": { "keyword": "acmcsuf" },
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "theme_color": "#3792c1",
  "background_color": "#ffffff",
  "start_url": ".",
  "shortcuts": [
    {
      "name": "acmCSUF Events",
      "short_name": "Events",
      "description": "View upcoming acmCSUF events!",
      "url": "/events",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "acmCSUF Blog",
      "short_name": "Blog",
      "description": "Read acmCSUF blog posts!",
      "url": "/blog",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "display": "standalone",
  "orientation": "portrait"
}
