{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://aegis.continental-hub.com/#organization",
      "name": "Continental Studios",
      "url": "https://aegis.continental-hub.com/",
      "logo": "https://aegis.continental-hub.com/assets/icons/icon-512.png"
    },
    {
      "@type": "WebSite",
      "@id": "https://aegis.continental-hub.com/#website",
      "url": "https://aegis.continental-hub.com/",
      "name": "Aegis",
      "description": "Free online utility toolkit for passwords, QR codes, text conversion, timezone conversion, timers, random numbers, and unit conversion.",
      "inLanguage": "en",
      "publisher": {
        "@id": "https://aegis.continental-hub.com/#organization"
      }
    },
    {
      "@type": "SoftwareApplication",
      "@id": "https://aegis.continental-hub.com/#webapp",
      "url": "https://aegis.continental-hub.com/",
      "name": "Aegis",
      "applicationCategory": "UtilitiesApplication",
      "operatingSystem": "Web Browser",
      "browserRequirements": "Requires JavaScript",
      "isAccessibleForFree": true,
      "description": "Free browser-based utility toolkit with password generation, QR codes, text tools, timezone conversion, timers, random numbers, and unit conversion.",
      "offers": {
        "@type": "Offer",
        "price": "0",
        "priceCurrency": "USD"
      },
      "featureList": [
        "Password generator and strength checker",
        "Text case converter",
        "Character and word counter",
        "QR code generator",
        "Connection speed test",
        "Timezone converter",
        "Countdown timer and stopwatch",
        "Random number generator",
        "Unit converter"
      ],
      "publisher": {
        "@id": "https://aegis.continental-hub.com/#organization"
      }
    },
    {
      "@type": "FAQPage",
      "@id": "https://aegis.continental-hub.com/#faq",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Is Aegis free to use?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. Aegis is a free browser-based utility toolkit."
          }
        },
        {
          "@type": "Question",
          "name": "Do I need to install anything to use Aegis?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "No. Aegis runs as a static website in the browser without installation."
          }
        },
        {
          "@type": "Question",
          "name": "Does Aegis store my tool activity?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Aegis stores device-local preferences such as theme, favorites, recent tools, and saved presets in the browser so the workspace can remember them between visits."
          }
        },
        {
          "@type": "Question",
          "name": "Why might the speed test be unavailable?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "The speed test stays unavailable until speed-test-config.json points at working latency, download, and upload endpoints with the right CORS and cache settings."
          }
        }
      ]
    }
  ]
}
