Inspect and view changes in تحضيري source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "تØضيري",
"description": "تبسيط تعديل واعداد الØصص للمعلم",
"version": "11.0.15",
"icons": {
"16": "logo/logo-16.jpg",
"48": "logo/logo-48.jpg",
"128": "logo/logo-128.jpg"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https://schools.madrasati.sa/*",
"https://noor.moe.gov.sa/*",
"https://external.madrasati.sa/*",
"https://*.madrasati.sa/*",
"https://*.whatsapp.com/*"
],
"js": [
"q.js"
],
"all_frames": true,
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"jquery-2.1.4.min.js",
"qq.js"
],
"matches": [
"https://schools.madrasati.sa/*",
"https://external.madrasati.sa/*",
"https://noor.moe.gov.sa/*",
"https://*.madrasati.sa/*",
"https://*.whatsapp.com/*"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}