Deals and Discounts Finder for Walmart

Deals and Discounts Finder for Walmart

Best Shopping Online Deals & Discounts Finder for Walmart.com. Price Comparison Tool to Save Money without using Coupons.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Deals and Discounts Finder for Walmart",
  "description": "Best Shopping Online Deals & Discounts Finder for Walmart.com. Price Comparison Tool to Save Money without using Coupons.",
  "version": "1.0.0",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_globs": [
        "*://*.google.*/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "icons": {
    "512": "icon-512.png"
  },
  "manifest_version": 2
}