Lon Capa Beautify

Lon Capa Beautify

Make science cooler

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Lon Capa Beautify",
  "version": "0.0.4.1",
  "description": "Make science cooler",
  "icons": {
    "128": "LCB.png"
  },
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "js": [
        "confetti.js",
        "content.js"
      ],
      "matches": [
        "https://*.lon-capa.net/*",
        "https://*.loncapa.net/*",
        "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage"
  ]
}