Icons UTF-8 for all

Icons UTF-8 for all

Copy all most popular utf-8 icons for usage in what you need

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Icons UTF-8 for all",
  "version": "0.1",
  "description": "Copy all most popular utf-8 icons for usage in what you need",
  "icons": {
    "128": "images/icon.png"
  },
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 2,
  "permissions": [
    "clipboardWrite",
    "clipboardRead"
  ]
}