Lexsee - Dyslexia Reading Companion

Lexsee - Dyslexia Reading Companion

Lexsee is an all-in-one reading companion and AI tutor for teens with dyslexia.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Lexsee - Dyslexia Reading Companion",
  "description": "Lexsee is an all-in-one reading companion and AI tutor for teens with dyslexia.",
  "version": "0.3.1",
  "permissions": [
    "storage"
  ],
  "action": {
    "default_title": "Toggle Lexsee"
  },
  "commands": {
    "toggle_app": {
      "suggested_key": {
        "default": "Ctrl+Shift+U",
        "mac": "Command+Shift+U"
      },
      "description": "Toggle Lexsee"
    }
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/inject.tsx-loader.662af7be.js"
      ],
      "run_at": "document_start",
      "css": [
        "static/inject.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "static/*",
        "static/*/*"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/@acme/ui.4bdfd50c.js",
        "assets/vendor.2279fe7c.js",
        "assets/client.da6134ae.js",
        "assets/config.e551894b.js",
        "assets/react-use.a78e4654.js",
        "assets/@trpc/react-query.b85d40a0.js",
        "assets/@trpc/client.e92bb915.js",
        "assets/superjson.ae25e297.js",
        "assets/@tanstack/react-query.227717e6.js",
        "assets/@acme/shared.9e2c94b4.js",
        "assets/@tiptap/react.ae75c8ce.js",
        "assets/@ably/spaces.26cc7b07.js",
        "assets/lucide-react.3978f230.js",
        "assets/zod.25327bf3.js",
        "assets/inject.tsx.05890c56.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://app.lexsee.ai/*",
      "http://localhost:3000/*"
    ]
  },
  "icons": {
    "16": "static/icon-16.png",
    "32": "static/icon-32.png",
    "48": "static/icon-48.png",
    "128": "static/icon-128.png"
  }
}