LawGlitch Assistant Firefox

Examine source code of LawGlitch Assistant

Inspect and view changes in LawGlitch Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "LawGlitch Assistant Pro",
  "version": "1.2.4",
  "description": "User-Gated Capture Copilot with persistent overlay and voice-enabled AI chat.",
  "permissions": [
    "activeTab",
    "tabs",
    "scripting",
    "storage",
    "notifications"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_title": "Open Assistant"
  },
  "side_panel": {
    "default_path": "popup.html"
  },
  "sidebar_action": {
    "default_panel": "popup.html",
    "default_title": "LawGlitch Assistant"
  },
  "icons": {
    "32": "lawglitch_base_32x32.png",
    "48": "lawglitch_base_48x48.png",
    "128": "lawglitch_base_128x128.png",
    "512": "lawglitch_base_512x512.png"
  },
  "background": {
    "service_worker": "src/background.js",
    "scripts": [
      "src/background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/content_script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; connect-src 'self' https://raw.githubusercontent.com https://*.supabase.co https: data: blob:"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "lib/tesseract.min.js",
        "lib/tesseract-worker.min.js",
        "lib/tesseract-core.wasm.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "assistant-pro@lawglitch.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best LawGlitch Assistant Alternatives

Here are some Firefox add-ons that are similar to LawGlitch Assistant: