SALMI TAHAR AMATTI v2

SALMI TAHAR AMATTI v2

إضافة مساعدة للرقمنة في الطور الثانوي من برمجة الأستاذ سالمي الطاهر

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SALMI TAHAR AMATTI v2",
  "description": "إضافة مساعدة للرقمنة في الطور الثانوي من برمجة الأستاذ سالمي الطاهر",
  "author": "SALMI TAHAR",
  "version": "1.0.48",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "css": [
        "assets/css/font.css",
        "assets/css/app.css"
      ],
      "matches": [
        "https://amatti.education.gov.dz/*"
      ],
      "js": [
        "assets/js/jquery-3.6.2.min.js",
        "assets/js/dexie.js",
        "content-script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "notifications"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "options_page": "index.html",
  "web_accessible_resources": [
    {
      "resources": [
        "content-script.js",
        "core/*",
        "src/*",
        "assets/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}