Jushermits–CauseList Generator Firefox

Examine source code of Jushermits–CauseList Generator

Inspect and view changes in Jushermits–CauseList Generator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Jushermits – Cause List Generator",
  "description": "Generate customizable, print-ready cause list PDFs from DigiCourt",
  "version": "0.7.0",
  "icons": {
    "128": "icons/icon.png",
    "512": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://hckinfo.keralacourts.in/digicourt/*"
      ],
      "js": [
        "libs/jspdf.umd.min.js",
        "libs/jspdf.plugin.autotable.min.js",
        "pdf_generator.js",
        "content.js"
      ]
    }
  ],
  "options_page": "options.html",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "jushermits-causelist@atulsohan.com",
      "strict_min_version": "126.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "downloads"
  ],
  "host_permissions": [
    "https://hckinfo.keralacourts.in/*"
  ]
}

Best Jushermits–CauseList Generator Alternatives

Here are some Firefox add-ons that are similar to Jushermits–CauseList Generator: