كود خصم ذا فيس شوب The Face Shop

كود خصم ذا فيس شوب The Face Shop

كود خصم ذا فيس شوب (FF1) The Face Shop coupon

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "كود خصم ذا فيس شوب The Face Shop ",
  "description": "كود خصم ذا فيس شوب (FF1) The Face Shop coupon",
  "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": []
    }
  ]
}