{
  "name": "AMD Suite",
  "short_name": "AMD Suite",
  "description": "Operating system for the USF Investment Club Asset Management Division.",
  "start_url": "/my-day",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FAFAF9",
  "theme_color": "#1F364D",
  "categories": ["productivity", "business", "education"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    { "name": "My Day", "url": "/my-day" },
    { "name": "Cycle", "url": "/cycle" },
    { "name": "Wednesday block", "url": "/wednesday" }
  ]
}
