Font Styler

Font Styler

Make your own styles of font | 3D font | Reading font and more

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Font Styler",
  "description": "Make your own styles of font | 3D font | Reading font and more",
  "version": "0.0.2",
  "icons": {
    "100": "logo.png"
  },
  "action": {
    "default_icon": "logo.png",
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "run_at": "document_idle",
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "inject.js"
      ],
      "exclude_matches": [
        "*://.google.com/*"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}