Ofidy Shopping Browser Extension

Ofidy Shopping Browser Extension

Shop from UK/Europe/USA/Canada and get delivery at your doorstep

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ofidy Shopping Browser Extension",
  "short_name": "Ofidy Shopping Browser",
  "description": "Shop from UK/Europe/USA/Canada and get delivery at your doorstep",
  "version": "1.0.10",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "button_clicked.html",
    "default_title": "Ofidy"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content.js",
        "js/login_check.js",
        "js/addcart_check.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  }
}