Take Your Type Firefox

Examine source code of Take Your Type

Inspect and view changes in Take Your Type source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Take Your Type",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.2.1",
  "permissions": [
    "tabs",
    "contextMenus",
    "storage",
    "activeTab",
    "downloads",
    "scripting",
    "webRequest",
    "webNavigation"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; img-src 'self'"
  },
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "js/jszip.min.js",
      "js/woff2-decompress.js",
      "js/woff2-compress.js",
      "js/font-name-parser.js",
      "js/font-converter.js",
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "take-your-type@3types.fr",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "options_page": "options.html",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 3
}

Best Take Your Type Alternatives

Here are some Firefox add-ons that are similar to Take Your Type: