Open Web Launch Firefox

Examine source code of Open Web Launch

Inspect and view changes in Open Web Launch source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Open Web Launch",
  "version": "1.11resigned1",
  "description": "This extension helps run Java Web Start applications in all java versions, including OpenJDK 11, Oracle Java 11",
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "id": "openweblaunch@rocketsoftware.com",
      "strict_min_version": "50.0"
    }
  },
  "permissions": [
    "nativeMessaging",
    "downloads"
  ],
  "content_scripts": [
    {
      "run_at": "document_idle",
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "Icon32_head.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "Icon16.png",
    "32": "Icon32.png",
    "48": "Icon48.png",
    "128": "Icon128.png"
  }
}

Best Open Web Launch Alternatives

Here are some Firefox add-ons that are similar to Open Web Launch: