Chat Bot Reader

Chat Bot Reader

Automated Text to Speech Reader

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Chat Bot Reader",
  "description": "Automated Text to Speech Reader",
  "version": "1.1.8",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://*.bing.com/*",
        "https://*.openai.com/*",
        "https://bard.google.com/*"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": false,
      "match_about_blank": true
    }
  ],
  "permissions": [
    "storage"
  ],
  "action": {
    "default_icon": {
      "16": "/images/16.png",
      "32": "/images/32.png",
      "48": "/images/48.png",
      "128": "/images/128.png"
    }
  },
  "icons": {
    "16": "/images/16.png",
    "32": "/images/32.png",
    "48": "/images/48.png",
    "128": "/images/128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}