{
  "name": "Mervex — Free AI Platform",
  "short_name": "Mervex",
  "description": "Free AI platform — free API key, access to AI models, VibeCoder AI builder, AI chat playground. Built by Msr F Team.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0e1a",
  "theme_color": "#0a0e1a",
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "utilities", "developer"],
  "icons": [
    {
      "src": "/icon_32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/icon_64.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "/icon_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Get Free API Key",
      "short_name": "API Key",
      "url": "/auth"
    },
    {
      "name": "AI Playground",
      "short_name": "Playground",
      "url": "/playground"
    }
  ]
}