Mermaid Previewer (Fork) Firefox

Examine source code of Mermaid Previewer (Fork)

Inspect and view changes in Mermaid Previewer (Fork) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "icons": {
    "16": "icon16.plasmo.87ddb62d.png",
    "32": "icon32.plasmo.38369f2b.png",
    "48": "icon48.plasmo.1958ffe0.png",
    "64": "icon64.plasmo.d4b75682.png",
    "128": "icon128.plasmo.2e986fa7.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.87ddb62d.png",
      "32": "icon32.plasmo.38369f2b.png",
      "48": "icon48.plasmo.1958ffe0.png",
      "64": "icon64.plasmo.d4b75682.png",
      "128": "icon128.plasmo.2e986fa7.png"
    }
  },
  "version": "1.6.0",
  "author": "nathandaven",
  "name": "Mermaid Previewer (Fork)",
  "description": "Preview and export mermaid.",
  "homepage_url": "https://github.com/nathandaven/mermaid-perviewer#readme",
  "background": {
    "scripts": [
      "static/background/index.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "downloads",
    "activeTab",
    "scripting"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "exporter.175c6292.js"
      ],
      "all_frames": true,
      "css": []
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "mermaid-previewer@nathandaven.com"
    }
  },
  "host_permissions": [
    "https://*/*",
    "file:///"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "mermaid.min.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "exporter.d05b0b9f.css"
      ]
    }
  ]
}

Best Mermaid Previewer (Fork) Alternatives

Here are some Firefox add-ons that are similar to Mermaid Previewer (Fork):