Kshuf 27.9

Kshuf 27.9

Administrative aids for educational reports and communication with parents and teachers via WhatsApp

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Kshuf 27.9",
  "version": "2.7.9",
  "description": "Administrative aids for educational reports and communication with parents and teachers via WhatsApp",
  "manifest_version": 3,
  "action": {
    "default_icon": "icons/icon72.png"
  },
  "icons": {
    "16": "icons/icon16.png",
    "24": "icons/icon24.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "72": "icons/icon72.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://schools.madrasati.sa/*",
        "https://web.whatsapp.com/*",
        "https://noor.moe.gov.sa/*"
      ],
      "js": [
        "a.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "b.js"
      ],
      "matches": [
        "https://schools.madrasati.sa/*",
        "https://web.whatsapp.com/*",
        "https://noor.moe.gov.sa/*"
      ]
    }
  ]
}