التحضير

التحضير

التحضير الآلي لدروس منصة مدرستي وأسئلة النصفي والنهائي

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "التحضير",
  "description": "التحضير الآلي لدروس منصة مدرستي وأسئلة النصفي والنهائي",
  "version": "1.1.8",
  "background": {
    "service_worker": "js/background.js"
  },
  "icons": {
    "16": "./icon.png",
    "32": "./icon.png",
    "64": "./icon.png",
    "128": "./icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://schools.madrasati.sa/SchoolManagment/Actions/Teacher/*"
      ],
      "js": [
        "js/content.js"
      ]
    },
    {
      "matches": [
        "https://schools.madrasati.sa/SchoolSchedule/Schedule/ManageLecture*"
      ],
      "js": [
        "js/close-tab-handler.js"
      ]
    },
    {
      "all_frames": true,
      "matches": [
        "https://schools.madrasati.sa/Teacher/Lessons/LessonDetailsNew?Data=*"
      ],
      "js": [
        "js/captcha-tracker.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "css/content.css",
        "css/global.css",
        "/images/logo.png",
        "/images/success.png",
        "/images/email_verification.png",
        "/images/failed.png",
        "/images/logout-icon.png",
        "db/*"
      ],
      "matches": [
        "https://schools.madrasati.sa/*"
      ]
    },
    {
      "resources": [
        "/app.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "storage",
    "tabs"
  ]
}