Coupon Shark New Tab

Coupon Shark New Tab

Discover the best coupons and deals. Search simultaneously across the top coupon and deal sites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Coupon Shark New Tab",
  "description": "Discover the best coupons and deals. Search simultaneously across the top coupon and deal sites.",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "version": "0.1",
  "manifest_version": 2,
  "permissions": [
    "management"
  ],
  "chrome_url_overrides": {
    "newtab": "tab.html"
  },
  "icons": {
    "16": "images/16x16.png",
    "48": "images/48x48.png",
    "128": "images/128x128.png"
  }
}