FancyText Pro

FancyText Pro

Make Cool Fancy Text Using Fancy Text Generator

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "FancyText Pro",
  "version": "1.0",
  "description": "Make Cool Fancy Text Using Fancy Text Generator",
  "author": "FancyText Pro",
  "homepage_url": "https://www.fancytextpro.com",
  "offline_enabled": true,
  "permissions": [],
  "incognito": "split",
  "browser_action": {
    "default_icon": "images/fancytextgenerator_16.png",
    "default_popup": "popup.html",
    "default_title": "Fancy Text Generator"
  },
  "icons": {
    "16": "images/fancytextgenerator_16.png",
    "32": "images/fancytextgenerator_32.png",
    "48": "images/fancytextgenerator_48.png",
    "128": "images/fancytextgenerator_128.png"
  }
}