Zaposta Chrome Extension

Zaposta Chrome Extension

Shop and Ship from over a thousand shops and have it delivered to you in Nigeria

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Zaposta Chrome Extension",
  "short_name": "Zaposta",
  "version": "1.0.2.3",
  "manifest_version": 2,
  "description": "Shop and Ship from over a thousand shops and have it delivered to you in Nigeria",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon128.png",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "img/*"
  ],
  "permissions": [
    "tabs",
    "storage",
    "<all_urls>"
  ]
}