Papyrus Font Replacer

Papyrus Font Replacer

Replace Papyrus font on all websites with Roboto

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1",
  "name": "Papyrus Font Replacer",
  "description": "Replace Papyrus font on all websites with Roboto",
  "author": "Casey Knauss",
  "icons": {
    "48": "icon.png",
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "css": [
        "userContent.css"
      ]
    }
  ],
  "manifest_version": 2
}