Cursive Fonts Generator Copy and Paste

Cursive Fonts Generator Copy and Paste

The best cursive fonts for creatives are the perfect way to add a touch of handwritten charm to your designs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_application_title__",
  "description": "__MSG_application_description__",
  "default_locale": "en",
  "version": "0.2.1",
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "background": {
    "service_worker": "main.js"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    ""
  ]
}