Font Awesome Icon Picker

Font Awesome Icon Picker

Font Awesome Icon Picker extension for Google Chrome

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 Picker",
  "description": "Font Awesome Icon Picker extension for Google Chrome",
  "version": "2.0.2",
  "icons": {
    "19": "icon.png",
    "128": "icon-128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ],
  "content_security_policy": "script-src 'self' https://netdna.bootstrapcdn.com https://use.fontawesome.com https://code.jquery.com https://farbelous.io https://cdn.rawgit.com; object-src 'self'"
}