{
  "short_name": "ByteToast",
  "name": "Byte Toast Studio - Web, Circuit, and Robotics Design",
  "icons": [
    {
      "src": "./favicon/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "./favicon/web-app-manifest-192x192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "./favicon/web-app-manifest-512x512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#000000",
  "background_color": "#ffffff",
  "description": "Byte Toast Studio is a small, innovative team specializing in web, circuit, and robotics design.",
  "scope": "/",
  "orientation": "portrait-primary",
  "related_applications": [],
  "prefer_related_applications": false,
  "lang": "en-GB",
  "categories": [
    "technology",
    "design",
    "development",
    "electronics",
    "robotics"
  ],
  "shortcuts": [
    {
      "name": "About Us",
      "short_name": "About",
      "description": "Learn more about Byte Toast Studio.",
      "url": "/about-us",
      "icons": [
        {
          "src": "shortcut-about.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Get in touch with Byte Toast Studio.",
      "url": "/contact",
      "icons": [
        {
          "src": "shortcut-contact.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Portfolio",
      "short_name": "Portfolio",
      "description": "Explore our projects and designs.",
      "url": "/portfolio",
      "icons": [
        {
          "src": "shortcut-portfolio.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "screenshot1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Home Page Screenshot"
    },
    {
      "src": "screenshot2.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Portfolio Page Screenshot"
    }
  ]
}
