By: Philipp Kief Add-on
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:
Material Icons for Github
Claudio Santos
MaterialIconic for GitHub
nyxb
Material Icon for GitHub
名無し。
github-material-icon-theme
Rettend
Atom File Icons Web
Mallowigi
Áron Ferenc Hegyi
Rettend
MaterialDesignIcons Picker
chteuchteu
File Icon for GitHub, GitLab and Bitbucket
xxhomey19
Octotree Theme
misa198
GitHub Web IDE
zvizvi
VS Code
Mr. Man
Azure DevOps icon [Work Items]
Will Westrop