Gothic Fonts Everywhere

Gothic Fonts Everywhere

Use Gothic medieval fonts in all pages!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Gothic Fonts Everywhere",
  "description": "Use Gothic medieval fonts in all pages!",
  "version": "1.02",
  "manifest_version": 3,
  "author": "ME",
  "options_ui": {
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "DSCaslonGotisch.ttf",
        "CloisterBlack.ttf",
        "GrusskartenGotisch.ttf",
        "WestminsterGotisch.ttf",
        "GotischeMissalschrift.ttf",
        "TypographerRotunda.ttf",
        "Bastarda.ttf",
        "common.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "/images/gothicfonts16.png",
    "32": "/images/gothicfonts32.png",
    "48": "/images/gothicfonts48.png",
    "128": "/images/gothicfonts128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/gothicfonts16.png",
      "32": "/images/gothicfonts32.png",
      "48": "/images/gothicfonts48.png",
      "128": "/images/gothicfonts128.png"
    }
  }
}