typst-qol-improvements Firefox

Examine source code of typst-qol-improvements

Inspect and view changes in typst-qol-improvements source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "typst-qol-improvements",
  "description": "Quality of life improvements for the Typst web app.",
  "version": "0.1.1",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "typst-qol@contrapoetra.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    "fonts/*.ttf",
    "fonts/*.woff2"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Default Popup Title",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://typst.app/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best typst-qol-improvements Alternatives

Here are some Firefox add-ons that are similar to typst-qol-improvements: