Text to Image Firefox

Examine source code of Text to Image

Inspect and view changes in Text to Image source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.1.6",
  "manifest_version": 3,
  "name": "Text to Image (PNG)",
  "homepage_url": "https://mybrowseraddon.com/text-to-image.html",
  "description": "Easily convert text to image (.png) with a custom background image.",
  "commands": {
    "_execute_action": {}
  },
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "{7eb00dc4-ea10-4f7c-9ae7-51074921dae9}"
    }
  },
  "background": {
    "scripts": [
      "lib/config.js",
      "lib/chrome.js",
      "lib/runtime.js",
      "lib/common.js"
    ]
  },
  "action": {
    "default_title": "Text to Image",
    "default_icon": {
      "16": "data/icons/toolbar/16.png",
      "32": "data/icons/toolbar/32.png",
      "48": "data/icons/toolbar/48.png",
      "64": "data/icons/toolbar/64.png"
    }
  },
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  }
}

Best Text to Image Alternatives

Here are some Firefox add-ons that are similar to Text to Image: