{
  "name": "Syntaxx",
  "version": "0.0.0.1",
  "short_name": "Syntaxx",
  "description": "A very simple helpful chatbot.",
  "start_url": "./chat/index.html",
  "display": "standalone",
  "background_color": "#f0f0f0",
  "theme_color": "blue",
  "orientation": "portrait",
  "icons": [
    {
      "src": "../visuals/favicon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "../visuals/favicon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "../visuals/in_chat1.jpg",
      "sizes": "1000x480",
      "type": "image/png"
    },
    {
      "src": "../visuals/in_chat2.jpg",
      "sizes": "1000x480",
      "type": "image/png"
    }
  ],
  "categories": ["AI", "chatbot", "assistant", "intelligence"],
  "lang": "en",
  "dir": "rtl",
  "prefer_related_applications": true
}