{
  "name": "TecAI Chat",
  "short_name": "TecAI",
  "description": "AI-powered chat assistant with subscription management",
  "start_url": "/webchat/pages/index.html",
  "scope": "/webchat/",
  "display": "standalone",
  "background_color": "#343541",
  "theme_color": "#10a37f",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "assets/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Chat",
      "url": "/webchat/pages/index.html?action=new",
      "description": "Start a new conversation"
    },
    {
      "name": "My Account",
      "url": "/webchat/pages/account.html",
      "description": "View account and usage"
    }
  ]
}
