{
  "specVersion": "1.0",
  "host": {
    "displayName": "essentials.sh",
    "identifier": "did:web:essentials.sh"
  },
  "entries": [
    {
      "identifier": "urn:air:essentials.sh:tool:qr",
      "displayName": "QR Code Generator",
      "type": "text/html",
      "url": "https://essentials.sh/qr",
      "representativeQueries": [
        "generate a QR code for my website",
        "turn a link into a QR code",
        "QR code as PNG or SVG for a URL"
      ]
    },
    {
      "identifier": "urn:air:essentials.sh:tool:favicon",
      "displayName": "Favicon Generator",
      "type": "text/html",
      "url": "https://essentials.sh/favicon",
      "representativeQueries": [
        "make favicons for my site from one image",
        "generate favicon.ico and apple touch icon",
        "create PWA icons and a web manifest"
      ]
    },
    {
      "identifier": "urn:air:essentials.sh:tool:meta",
      "displayName": "Meta Tags Generator",
      "type": "text/html",
      "url": "https://essentials.sh/meta",
      "representativeQueries": [
        "generate meta tags for my website",
        "create open graph and twitter card tags",
        "preview how my page looks in google results"
      ]
    },
    {
      "identifier": "urn:air:essentials.sh:tool:robots",
      "displayName": "robots.txt & Sitemap Generator",
      "type": "text/html",
      "url": "https://essentials.sh/robots",
      "representativeQueries": [
        "generate a robots.txt for my site",
        "create a sitemap.xml",
        "block AI training crawlers with content signals"
      ]
    },
    {
      "identifier": "urn:air:essentials.sh:tool:llms-txt",
      "displayName": "llms.txt Generator",
      "type": "text/html",
      "url": "https://essentials.sh/llms-txt",
      "representativeQueries": [
        "generate an llms.txt for my site",
        "make my website legible to AI agents",
        "create an llmstxt file with curated links"
      ]
    },
    {
      "identifier": "urn:air:essentials.sh:doc:llms-txt",
      "displayName": "Site overview for agents (llms.txt)",
      "type": "text/markdown",
      "url": "https://essentials.sh/llms.txt",
      "representativeQueries": [
        "what tools does essentials.sh offer",
        "how do agents use essentials.sh"
      ]
    },
    {
      "identifier": "urn:air:essentials.sh:skills:index",
      "displayName": "Agent skills index",
      "type": "application/json",
      "url": "https://essentials.sh/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "skills for using essentials.sh tools",
        "how to generate QR codes or favicons via essentials.sh"
      ]
    }
  ]
}