Image Describer

Image Describer

Image Describer uses AI to describe content and images on the web for people who are blind or have low-vision.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Image Describer",
  "description": "Image Describer uses AI to describe content and images on the web for people who are blind or have low-vision.",
  "version": "1.6.1",
  "permissions": [
    "contextMenus",
    "sidePanel",
    "scripting",
    "tts",
    "identity",
    "storage",
    "commands",
    "activeTab",
    "clipboardWrite"
  ],
  "commands": {
    "describe-screen": {
      "suggested_key": {
        "default": "Alt+Shift+I"
      },
      "description": "Describe the current tab screen"
    }
  },
  "options_page": "options.html",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "oauth2": {
    "client_id": "30614934856-56fv4u44r3qb2d9tlskk4450mbcakv42.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "side_panel": {
    "default_path": "index.html"
  },
  "action": {
    "default_popup": "index.html"
  },
  "manifest_version": 3,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk0BHLTjMlCnPhP6bxmg/gdsulNCfWrO3n19bQw59NWMuQMaoXEbX5gFgm+RgNwlXbeJE1nB1s8t52fQTv2ziUUk/jW6kmkBLK6DZUSSxodKJKyDwmu5C93iJhNI9teEIooZviRF670L9g9ZdP/d3J9pWVfkYJl+eQ5cu+jAbeM8MEpq9m5Cw6ZdGaUyVavkA+0GJqUl7rD+bc4yBUoF4+F6l/03xj694udsMQi0g7I0AljBB8kKQqFa3MzjHLCOREakSOgPHZzlsNgnWiRA/CeTFuaZN8JPVribQzu/dr29ipkcg0uxMzCA8e9sIlp2Yd3gRGl1gUcbmgIuzWFFzqwIDAQAB"
}