Fancy & Cool Text Generator

Fancy & Cool Text Generator

๐น๐’ถ๐“ƒ๐’ธ๐“Ž ๐’ฏ๐‘’๐“๐“‰ ๐’ข๐‘’๐“ƒ๐‘’๐“‡๐’ถ๐“‰๐‘œ๐“‡ - Generate cool and stylish text fonts with Symbols, Emojis and (ไบบโ—•โ€ฟโ—•) fancy letters.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Fancy & Cool Text Generator",
  "description": "๐น๐’ถ๐“ƒ๐’ธ๐“Ž ๐’ฏ๐‘’๐“๐“‰ ๐’ข๐‘’๐“ƒ๐‘’๐“‡๐’ถ๐“‰๐‘œ๐“‡ - Generate cool and stylish text fonts with Symbols, Emojis and (ไบบโ—•โ€ฟโ—•) fancy letters.",
  "version": "1.3",
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  }
}