Tap Tap Coupons - Just For U Jewel Osco

Tap Tap Coupons - Just For U Jewel Osco

Adds a button to the Jewel Osco Just For U coupon website in order to clip all coupons at once.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tap Tap Coupons - Just For U Jewel Osco",
  "version": "0.1",
  "browser_action": {},
  "content_scripts": [
    {
      "matches": [
        "https://www.jewelosco.com/justforu/*"
      ],
      "exclude+matches": [
        "https://www.jewelosco.com/justforu/rewards.html",
        "https://www.jewelosco.com/justforu/program-details.html"
      ],
      "js": [
        "jquery-2.2.4.js",
        "content.js"
      ]
    }
  ]
}