{
  "name": "Cosmic Cat — Portfolio",
  "short_name": "Cosmic Cat",
  "description": "Full-stack developer specializing in React, TypeScript, Python, and AI/ML. Building pixel-perfect experiences from concept to deployment.",
  "id": "/",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "orientation": "any",
  "lang": "en-US",
  "dir": "auto",
  "categories": ["development", "portfolio", "technology"],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "protocol_handlers": [
    {
      "protocol": "web+cchttps",
      "url": "/?utm_source=pwa&url=%s"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Blog",
      "short_name": "Blog",
      "description": "Read my blog posts",
      "url": "/blog",
      "icons": [
        {
          "src": "/android-chrome-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Projects",
      "short_name": "Projects",
      "description": "View my projects",
      "url": "/project/portfolio-site",
      "icons": [
        {
          "src": "/android-chrome-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "handle_links": "preferred",
  "capture_links": "existing-client",
  "screenshots": [
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1920x926",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Home page desktop"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "557x714",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home page mobile"
    }
  ],
  "icons": [
    {
      "src": "/android-chrome-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}