Facemarks

Facemarks

The greatest collection of UTF-8 face marks kaomojis and emoticons for your web browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Facemarks",
  "description": "The greatest collection of UTF-8 face marks kaomojis and emoticons for your web browser",
  "manifest_version": 3,
  "version": "0.1",
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; style-src 'self'; object-src 'self'"
  },
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "64": "facemarks.png"
  },
  "action": {
    "default_popup": "facemarks.html",
    "default_title": "Facemarks"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}