Walmart WFS Profit Calculator

Walmart WFS Profit Calculator

A Tool for Walmart Helping Users to calculate the WFS Fee on the go!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Walmart WFS Profit Calculator",
  "description": "A Tool for Walmart Helping Users to calculate the WFS Fee on the go!",
  "version": "1.4.0",
  "manifest_version": 3,
  "permissions": [
    "tabs",
    "storage",
    "scripting",
    "webNavigation",
    "cookies",
    "identity",
    "identity.email"
  ],
  "host_permissions": [
    "https://www.walmart.com/*",
    "https://app.ecomcircles.com/"
  ],
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_title": "EXTENSION_NAME",
    "default_icon": "images/128.png"
  },
  "icons": {
    "128": "images/128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self'"
  }
}