VeraPlus: Customize Veracross

VeraPlus: Customize Veracross

Enhance your Veracross experience with VeraPlus! VeraPlus allows you to customize the website however you like.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "VeraPlus: Customize Veracross",
  "manifest_version": 3,
  "version": "1.4.8",
  "description": "Enhance your Veracross experience with VeraPlus! VeraPlus allows you to customize the website however you like.",
  "icons": {
    "16": "/ASSETS/16x16.png",
    "48": "/ASSETS/48x48.png",
    "128": "/ASSETS/128x128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://portals.veracross.com/*",
        "https://classes.veracross.com/*",
        "https://portals-embed.veracross.com/*"
      ],
      "css": [
        "STYLES/MAIN.css"
      ],
      "js": [
        "SCRIPTS/SETTINGS.js"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "storage"
  ]
}