Fancy Letters Generator

Fancy Letters Generator

๐น๐’ถ๐“ƒ๐’ธ๐“Ž ๐ฟ๐‘’๐“‰๐“‰๐‘’๐“‡๐“ˆ ๐’ข๐‘’๐“ƒ๐‘’๐“‡๐’ถ๐“‰๐‘œ๐“‡ - Generate โ„ญ๐”ฌ๐”ฌ๐”ฉ & โ“ขโ“ฃโ“จโ“›โ“˜โ“ขโ“— text with โœ… symbols and emojis for your Simple Text.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fancy Letters Generator",
  "version": "1.2",
  "description": "๐น๐’ถ๐“ƒ๐’ธ๐“Ž ๐ฟ๐‘’๐“‰๐“‰๐‘’๐“‡๐“ˆ ๐’ข๐‘’๐“ƒ๐‘’๐“‡๐’ถ๐“‰๐‘œ๐“‡ - Generate โ„ญ๐”ฌ๐”ฌ๐”ฉ & โ“ขโ“ฃโ“จโ“›โ“˜โ“ขโ“— text with โœ… symbols and emojis for your Simple Text.",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon.png",
      "32": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    }
  },
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "manifest_version": 2
}