Examine source code of Fonts Ninja

Inspect and view changes in Fonts Ninja source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Speed up your design workflow!",
  "version": "8.0.0",
  "manifest_version": 3,
  "short_name": "Fonts Ninja",
  "name": "Fonts Ninja",
  "homepage_url": "https://www.fonts.ninja",
  "author": "Fonts Ninja",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    },
    "default_title": "Fonts Ninja"
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": true,
      "js": [
        "contentScript.bundle.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "extension.bundle.js",
        "frame.html",
        "icons/*",
        "img/*",
        "fonts-ninja-helpers/*",
        "*.woff",
        "*.woff2"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'",
    "sandbox": "sandbox allow-scripts; script-src 'self' ; object-src 'self'"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}

Similar add-ons

Here are some Edge add-ons that are similar to Fonts Ninja:

Popular extensions / apps

Here are some popular extensions / apps that you might be interested in: