Rocket Web Start Firefox

Examine source code of Rocket Web Start

Inspect and view changes in Rocket Web Start source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Rocket Web Start",
  "version": "1.5resigned1",
  "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": "javawebstart@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.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "Icon16.png",
    "32": "Icon32.png",
    "48": "Icon48.png",
    "128": "Icon128.png"
  }
}

Meilleures alternatives Rocket Web Start

Voici quelques Firefox add-ons qui sont similaires à Rocket Web Start :