YouChat by You.com | AI Search in Google

YouChat by You.com | AI Search in Google

Solve your search and accomplish more with YouChat’s AI generated answers right inside Google

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "YouChat by You.com | AI Search in Google",
  "description": "Solve your search and accomplish more with YouChat’s AI generated answers right inside Google",
  "author": "[email protected]",
  "version": "1.2",
  "content_scripts": [
    {
      "matches": [
        "https://www.google.com/search*",
        "https://www.google.ca/search*",
        "https://www.google.co.uk/search*",
        "https://www.google.co.nz/search*",
        "https://www.google.com.au/search*",
        "https://www.google.co.in/search*",
        "https://www.google.de/search*",
        "https://www.google.es/search*",
        "https://www.google.fr/search*",
        "https://www.google.com.ar/search*"
      ],
      "run_at": "document_end",
      "js": [
        "static/js/main.2ee8ec17.js"
      ],
      "css": [],
      "media": []
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "static/media/youbot.c15a7873a27845b1035f.png",
        "static/media/close.df5650c339d5ad5ae0a35803017d59f6.svg"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "icons": {
    "192": "icon.png"
  }
}