كود خصم بان هوم

كود خصم بان هوم

استخدم كود خصم بان هوم ADM5 ووفّر عند التسوق في PAN HOME. اكتشف أحدث منتجات المنزل بأسعار مخفضة!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "كود خصم بان هوم",
  "description": "استخدم كود خصم بان هوم ADM5 ووفّر عند التسوق في PAN HOME. اكتشف أحدث منتجات المنزل بأسعار مخفضة!",
  "version": "0.1",
  "manifest_version": 3,
  "action": {
    "default_icons": {
      "128": "icon/128.png"
    }
  },
  "content_scripts": [
    {
      "js": [
        "jquery.js",
        "script.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icon/16.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "notification.html"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": []
    }
  ]
}