Fancy Text Generator

Fancy Text Generator

Create special character texts (text generator) to use as names on games, social networks

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 Text Generator",
  "description": "Create special character texts (text generator) to use as names on games, social networks",
  "version": "1.1",
  "browser_action": {
    "default_icon": "logo.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "logo.png",
    "32": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  }
}