Icon Fonts

Icon Fonts

Glyphicon, Font Awesome, Material Icons, Dashicons, Ionicons, Octicons, Genericons, Devicons

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Icon Fonts",
  "description": "Glyphicon, Font Awesome, Material Icons, Dashicons, Ionicons, Octicons, Genericons, Devicons",
  "version": "1.0.1",
  "browser_action": {
    "default_icon": "images/32.png",
    "default_popup": "html/popup.html"
  },
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "64": "images/64.png",
    "128": "images/128.png"
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery.min.js",
        "js/css-icons.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "<all_urls>"
  ],
  "options_page": "html/popup.html"
}