التحضير الذكي

التحضير الذكي

التحضير الذكي لطلاب المدارس السعودية والتحقق من حالة التحصين.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "التحضير الذكي",
  "description": "التحضير الذكي لطلاب المدارس السعودية والتحقق من حالة التحصين.",
  "version": "7",
  "manifest_version": 3,
  "content_scripts": [
    {
      "js": [
        "assets/js/jquery.min.js",
        "assets/js/background.js"
      ],
      "matches": [
        "https://*.whatsapp.com/*",
        "https://*.brmja.com/*",
        "https://*.tahdir.net/*",
        "https://*.naqar.net/*",
        "https://*.moe.gov.sa/*",
        "https://*.gov.sa/*",
        "https://*.madrasati.sa/*",
        "https://wa.me/*",
        "https://*.nogaty.com/*"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "layouts/popup.html",
    "default_icon": {
      "128": "assets/img/icon.png"
    }
  },
  "icons": {
    "128": "assets/img/icon.png"
  },
  "background": {
    "service_worker": "assets/js/content.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/js/b.js"
      ],
      "matches": [
        "https://*.whatsapp.com/*",
        "https://*.brmja.com/*",
        "https://*.tahdir.net/*",
        "https://*.naqar.net/*",
        "https://*.moe.gov.sa/*",
        "https://*.gov.sa/*",
        "https://*.madrasati.sa/*",
        "https://wa.me/*",
        "https://*.nogaty.com/*"
      ]
    }
  ]
}