eZshopper

eZshopper

No Credit Card? We Make Online Shopping Easy for you.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "eZshopper",
  "description": "No Credit Card? We Make Online Shopping Easy for you.",
  "version": "1.9.5",
  "icons": {
    "128": "www/images/icon128.png"
  },
  "action": {
    "default_icon": {
      "19": "www/images/icon19.png",
      "38": "www/images/icon38.png",
      "128": "www/images/icon128.png"
    },
    "default_popup": "www/popup.html",
    "default_title": "eZshopper"
  },
  "permissions": [
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "https://*.getezone.com/",
    "http://*/",
    "https://*/"
  ]
}