Font Awesome Icon Finder

Font Awesome Icon Finder

This extension allows you to search, preview and choose Font Awesome icons and copy the HTML code / Unicode to the clipboard

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Font Awesome Icon Finder",
  "description": "This extension allows you to search, preview and choose Font Awesome icons and copy the HTML code / Unicode to the clipboard",
  "version": "1.4",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Font Awesome Icons"
  },
  "permissions": [],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}