{
  "name": "millionshirtmom",
  "short_name": "MSM",
  "description": "Every shirt has a unique number. Every number tells a story. Join the Journey of Giving.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0d6570",
  "theme_color": "#1f8f99",
  "orientation": "portrait",
  "icons": [
    {
      "src": "logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["lifestyle", "social", "nonprofit"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Register My Shirt",
      "short_name": "Register",
      "description": "Register your shirt number",
      "url": "/register.html",
      "icons": [{ "src": "logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Start A Fundraiser",
      "short_name": "Fundraiser",
      "description": "Start a new fundraiser",
      "url": "/start-fundraiser.html",
      "icons": [{ "src": "logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Journey of Giving",
      "short_name": "Journey",
      "description": "View the journey of giving",
      "url": "/journey.html",
      "icons": [{ "src": "logo.png", "sizes": "192x192" }]
    }
  ]
}
