{
  "name": "Shauna Kennedy Portfolio",
  "short_name": "SK Portfolio",
  "description": "Portfolio showcasing financial reporting, data analysis, research, and automation expertise",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f2f2fc",
  "theme_color": "#ec1839",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "productivity", "education"],
  "icons": [
    {
      "src": "images/ProfileImg.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/ProfileImg.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "images/portfolio/portfolio-6.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Homepage of Shauna Kennedy Portfolio"
    },
    {
      "src": "images/portfolio/portfolio-8.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Portfolio Projects Section"
    }
  ],
  "shortcuts": [
    {
      "name": "About Me",
      "short_name": "About",
      "description": "View skills and experience",
      "url": "/#about",
      "icons": [
        {
          "src": "images/ProfileImg.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Portfolio",
      "short_name": "Work",
      "description": "View portfolio projects",
      "url": "/#portfolio",
      "icons": [
        {
          "src": "images/ProfileImg.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Contact",
      "short_name": "Contact",
      "description": "Get in touch",
      "url": "/#contact",
      "icons": [
        {
          "src": "images/ProfileImg.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
} 