BlooketStyle

BlooketStyle

Changes size of math equations for blooket to be more readable.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Changes size of math equations for blooket to be more readable.",
  "manifest_version": 3,
  "name": "BlooketStyle",
  "version": "0.01",
  "homepage_url": "https://github.com/cdberkstresser/BlooketStyle",
  "icons": {
    "16": "icons/hhsblooket-16.png",
    "32": "icons/hhsblooket-32.png",
    "48": "icons/hhsblooket-48.png",
    "64": "icons/hhsblooket-64.png",
    "96": "icons/hhsblooket-96.png",
    "128": "icons/hhsblooket-128.png"
  },
  "action": {
    "default_icon": "icons/hhsblooket-128.png",
    "default_title": "BlooketStyle"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.blooket.com/*"
      ],
      "js": [
        "blooket.js"
      ]
    }
  ]
}