Bitmoji Font Generator ๐Ÿ˜Ž Copy and Paste

Bitmoji Font Generator ๐Ÿ˜Ž Copy and Paste

create stylish text font styles with beautiful symbols and fancy characters for Bitmoji

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bitmoji Font Generator ๐Ÿ˜Ž Copy and Paste",
  "version": "1.0.0",
  "manifest_version": 3,
  "description": "create stylish text font styles with beautiful symbols and fancy characters for Bitmoji",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "128.png",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  }
}