{
  "name": "PCB Cupid - PCB Design Tools & Resources",
  "short_name": "PCB Cupid",
  "description": "Free PCB design calculators, impedance tools, trace width calculators, and in-depth technical articles for hardware engineers.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "any",
      "type": "image/x-icon"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities", "education"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Tools",
      "short_name": "Tools",
      "description": "Access PCB design calculators",
      "url": "/tools",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Articles",
      "short_name": "Articles",
      "description": "Read technical articles",
      "url": "/articles",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
