FluxChat - Smart Image Editor Firefox

Examine source code of FluxChat - Smart Image Editor

Inspect and view changes in FluxChat - Smart Image Editor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "1.0.0",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "default_locale": "en",
  "permissions": [
    "sidePanel",
    "downloads",
    "contextMenus",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "sidebar_action": {
    "default_panel": "sidepanel.html",
    "default_title": "FluxImageForge Side Panel"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.fluxkontext.chat/*"
      ],
      "run_at": "document_end",
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "Open FluxChat"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{84e990df-d58d-497e-8562-b8d88bd6d1da}"
    }
  }
}

Best FluxChat - Smart Image Editor Alternatives

Here are some Firefox add-ons that are similar to FluxChat - Smart Image Editor: