Kendo

Kendo

Simply the best deals! Finding great deals online can be tedious - let Kendo do the hard work for you. Kendo shopping finds the…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Kendo",
  "short_name": "Kendo",
  "version": "1.2.8",
  "web_accessible_resources": [
    "jsdist/kendo-shopping-extension.js"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end",
      "js": [
        "jsdist/kendo-shopping-content.js"
      ]
    }
  ],
  "icons": {
    "16": "images/kendo-128x128.png",
    "48": "images/logo128.png",
    "128": "images/logo128.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "homepage_url": "http://kendoshopping.com/"
}