KFU registration-V2 Pro

KFU registration-V2 Pro

register your courses faster

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "KFU registration-V2 Pro",
  "description": "register your courses faster",
  "version": "0.1.3.0",
  "permissions": [
    "storage",
    "tabs",
    "scripting"
  ],
  "icons": {
    "16": "/images/calendar16.png",
    "64": "/images/calendar64.png",
    "128": "/images/icons8-schedule-100.png"
  },
  "action": {
    "default_popup": "index.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}