أداة المشرف التربوي - كشوف

أداة المشرف التربوي - كشوف

Kshuf M

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "أداة المشرف التربوي - كشوف",
  "version": "2.0",
  "description": "Kshuf M",
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icons/i16.png",
      "24": "icons/i24.png",
      "32": "icons/i32.png",
      "48": "icons/i48.png",
      "64": "icons/i64.png",
      "72": "icons/i72.png",
      "96": "icons/i96.png",
      "128": "icons/i128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://schools.madrasati.sa/*"
      ],
      "run_at": "document_start",
      "js": [
        "k1.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "k2.js"
      ],
      "matches": [
        "https://schools.madrasati.sa/*"
      ]
    }
  ]
}