{
  "name": "Enally AI - Free AI API for Students & Developers",
  "short_name": "Enally AI",
  "description": "100% free multimodal AI assistant for students and developers. Build college projects, hackathons, and portfolios with powerful AI—no credit card required. Chat, image analysis, coding, and more.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#F20000",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "productivity",
    "utilities",
    "education",
    "developer tools",
    "artificial intelligence",
    "learning"
  ],
  "screenshots": [
    {
      "src": "enally-og.webp",
      "sizes": "1200x630",
      "type": "image/webp",
      "label": "Enally AI Chat Interface"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Chatting",
      "short_name": "Chat",
      "description": "Start a conversation with free AI—no credit card needed",
      "url": "/app.php",
      "icons": [
        {
          "src": "logo.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Get API Key",
      "short_name": "API Key",
      "description": "Request your free API key for development",
      "url": "/backend/api.php",
      "icons": [
        {
          "src": "logo.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Image Analysis",
      "short_name": "Analyze",
      "description": "Upload and analyze images with AI vision",
      "url": "/app.php?preset=image-caption",
      "icons": [
        {
          "src": "logo.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Code Assistant",
      "short_name": "Code",
      "description": "Generate, debug, and review code with AI",
      "url": "/app.php?preset=code-generator",
      "icons": [
        {
          "src": "logo.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "lang": "en-US",
  "dir": "ltr"
}
