DARA Assistant Firefox

Examine source code of DARA Assistant

By: flow Add-on
Inspect and view changes in DARA Assistant source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "description": "An extension for automating data access requests",
  "version": "1.23.6",
  "manifest_version": 2,
  "name": "DARA, based on Automa",
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "91.1.0",
      "id": "{cb4e80d1-37fb-4034-99f3-f7c930bcef96}"
    }
  },
  "background": {
    "scripts": [
      "background.bundle.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon-128.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "commands": {
    "open-dashboard": {
      "suggested_key": {
        "default": "Ctrl+Shift+A",
        "mac": "MacCtrl+Shift+A"
      },
      "description": "Open the Automa dashboard"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "http://localhost/*",
        "https://daskita.github.io/dara-frontend/*"
      ],
      "js": [
        "webService.bundle.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "optional_permissions": [
    "clipboardRead",
    "clipboardWrite",
    "downloads",
    "notifications",
    "cookies"
  ],
  "permissions": [
    "tabs",
    "proxy",
    "menus",
    "alarms",
    "storage",
    "webNavigation",
    "unlimitedStorage",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "/elementSelector.css",
    "/icon-128.png",
    "/Inter-roman-latin.var.woff2",
    "/locales/*",
    "elementSelector.bundle.js"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-inline' https:; object-src 'self'"
}

Best DARA Assistant Alternatives

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