{
  "name": "Shivaprasad V Portfolio — SpDly Studios",
  "short_name": "SpDly Studios",
  "description": "Portfolio of Shivaprasad V, System Design Engineer specializing in embedded systems, signal processing, CubeSat ADCS, and real-time systems.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#09090b",
  "theme_color": "#e54f4d",
  "categories": ["portfolio", "engineering", "technology"],
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "icons": [
    {
      "src": "/assets/logo.svg",
      "sizes": "48x48 72x72 96x96 128x128 144x144 152x152 192x192 384x384 512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Portfolio Homepage"
    }
  ],
  "shortcuts": [
    {
      "name": "View Projects",
      "short_name": "Projects",
      "description": "Browse engineering projects",
      "url": "/projects.html",
      "icons": [{ "src": "/assets/logo.svg", "sizes": "96x96" }]
    },
    {
      "name": "Engineering Tools",
      "short_name": "Tools",
      "description": "Access engineering calculators and utilities",
      "url": "/tools.html",
      "icons": [{ "src": "/assets/logo.svg", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}