Font Awesome Content Viewer

Font Awesome Content Viewer

Display Font awesome character list with icon.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Font Awesome Content Viewer",
  "version": "0.1",
  "description": "Display Font awesome character list with icon.",
  "devtools_page": "devtools.html",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "128": "logo128.png"
  }
}