OpenLM Browser Agent Firefox

Examine source code of OpenLM Browser Agent

By: OpenLM
Inspect and view changes in OpenLM Browser Agent source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "OpenLM Browser Agent",
  "description": "This extension allows you to monitor specified websites visits using OpenLM solution.",
  "version": "1.2.0",
  "icons": {
    "32": "assets/img/favicon.png",
    "128": "assets/img/openlm_logo_128.png"
  },
  "browser_action": {
    "default_icon": "assets/img/favicon.png",
    "default_popup": "/html/main-page.html"
  },
  "background": {
    "scripts": [
      "/js/helper.js",
      "/js/authorization.js",
      "/js/App.js",
      "/js/listener.js",
      "/js/background.js"
    ]
  },
  "web_accessible_resources": [
    "/assets/img/*",
    "/assets/fonts/*",
    "/js/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "tabs",
    "storage",
    "alarms"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a14dccc8-9498-41c6-9c75-28663f2c8533}"
    }
  }
}

Best OpenLM Browser Agent Alternatives

Here are some Firefox add-ons that are similar to OpenLM Browser Agent: