{
  "name": "VibeCheckThis",
  "short_name": "VibeCheck",
  "description": "Create a quick vibe check from the web, terminal, or your agent.",
  "lang": "en",
  "dir": "ltr",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#11cfe0",
  "background_color": "#f3f3f3",
  "categories": ["social", "utilities"],
  "shortcuts": [
    {
      "name": "Create a vibe",
      "short_name": "Create",
      "url": "/"
    },
    {
      "name": "Developer tools",
      "short_name": "Developers",
      "url": "/developers"
    }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
