DHL eShop

DHL eShop

Buy items directly from top USA and UK Stores and have them shipped to your doorstep guaranteed by DHL.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/32.png",
    "default_popup": "popup.html",
    "default_title": "DHL eShop"
  },
  "content_scripts": [
    {
      "css": [
        "style.css"
      ],
      "js": [
        "jquery.js",
        "scr.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Buy items directly from top USA and UK Stores and have them shipped to your doorstep guaranteed by DHL.",
  "icons": {
    "24": "images/24.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "manifest_version": 2,
  "name": "DHL eShop",
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "short_name": "DHL eShop",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.0.2",
  "web_accessible_resources": [
    "*.*"
  ],
  "externally_connectable": {
    "matches": [
      "*://www.africa-eshop.dhl/*"
    ]
  }
}