Material Icons for Web Firefox

Examine source code of Material Icons for Web

Inspect and view changes in Material Icons for Web source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Material Icons for Web",
  "version": "1.8.17",
  "description": "Material icons for the file browser of popular websites like GitHub, Azure, Bitbucket etc.",
  "homepage_url": "https://github.com/material-extensions/material-icons-browser-addon",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*",
        "*://bitbucket.org/*",
        "*://dev.azure.com/*",
        "*://*.visualstudio.com/*",
        "*://gitea.com/*",
        "*://gitlab.com/*",
        "*://gitee.com/*",
        "*://sourceforge.net/*",
        "*://*/*"
      ],
      "js": [
        "./main.js"
      ],
      "css": [
        "./injected-styles.css"
      ],
      "run_at": "document_start"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{db1b1d67-0ead-486e-91eb-996650e22315}"
    }
  },
  "manifest_version": 2,
  "web_accessible_resources": [
    "*.svg"
  ],
  "browser_action": {
    "default_title": "Material Icons Settings",
    "default_popup": "settings-popup.html",
    "default_icon": {
      "16": "icon-16.png",
      "32": "icon-32.png",
      "48": "icon-48.png",
      "128": "icon-128.png"
    }
  }
}

Best Material Icons for Web Alternatives

Here are some Firefox add-ons that are similar to Material Icons for Web: