{
  "name": "UnlockMCP - AI that speaks your business language",
  "short_name": "UnlockMCP",
  "description": "The definitive practical guide for business owners to leverage Model Context Protocol (MCP)",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#1e293b",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "productivity", "technology", "ai"],
  "icons": [
    {
      "src": "/favicon/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/favicon/web-app-manifest-512x512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/favicon/apple-touch-icon.png",
      "sizes": "180x180", 
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png", 
      "purpose": "any"
    },
    {
      "src": "/favicon/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Latest Guides",
      "short_name": "Guides",
      "description": "Browse the latest MCP implementation guides",
      "url": "/guides",
      "icons": [
        {
          "src": "/favicon/favicon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Business Solutions", 
      "short_name": "Solutions",
      "description": "Explore business automation solutions",
      "url": "/solutions",
      "icons": [
        {
          "src": "/favicon/favicon-96x96.png", 
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Newsletter",
      "short_name": "Newsletter",
      "description": "Get weekly insights on MCP and AI automation",
      "url": "/newsletter",
      "icons": [
        {
          "src": "/favicon/favicon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}