Walmart Delivery Enhancement Suite

Walmart Delivery Enhancement Suite

Find the best deals by sorting by price per ounce.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Walmart Delivery Enhancement Suite",
  "description": "Find the best deals by sorting by price per ounce.",
  "version": "1.0.3",
  "permissions": [
    "storage",
    "http://delivery.walmart.com/",
    "http://www.smartpricesort.com/"
  ],
  "background": {
    "scripts": [
      "js/jquery-2.0.3.min.js",
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://delivery.walmart.com/*"
      ],
      "css": [
        "css/smart_sort.css"
      ],
      "js": [
        "js/jquery-2.0.3.min.js",
        "js/smart_sort.js"
      ],
      "all_frames": true
    }
  ]
}