{
  "name": "Meriq",
  "short_name": "Meriq",
  "description": "The AI that answers when others won't. Privacy-first, unrestricted AI.",
  "start_url": "/chat",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#0f0f10",
  "background_color": "#0f0f10",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/static/brand/meriq-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/brand/meriq-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/brand/meriq-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New chat",
      "short_name": "Chat",
      "description": "Start a new conversation",
      "url": "/chat?new=1"
    },
    {
      "name": "Research",
      "short_name": "Research",
      "description": "Start a deep research job",
      "url": "/research"
    }
  ]
}
