{
  "name": "KQLRemix - Write Azure KQL Without Leaving the Portal",
  "short_name": "KQLRemix",
  "description": "Chrome Extension sidebar that transforms your intent into precise KQL queries for Log Analytics, Sentinel, and Application Insights. Powered by Gemini 2.5 Flash.",
  "lang": "en-US",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0078D4",
  "background_color": "#0A0A0A",
  "categories": ["productivity", "developer-tools"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "32x32 64x64",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Getting Started",
      "short_name": "Get Started",
      "description": "Start learning KQL",
      "url": "/getting-started",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "128x128"
        }
      ]
    }
  ]
}
