Walmart Associate Internet Enhancer

Walmart Associate Internet Enhancer

NOTE: This extension is not afilliated with nor does it necessarily reflect the views of Walmart, inc.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "NOTE: This extension is not afilliated with nor does it necessarily reflect the views of Walmart, inc.",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "Walmart Associate Internet Enhancer",
  "version": "2.0"
}