Youreko Energy Savings Tool

Youreko Energy Savings Tool

See our Energy Savings Tool running on your favourite retailer and manufacturer sites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Youreko Energy Savings Tool",
  "description": "See our Energy Savings Tool running on your favourite retailer and manufacturer sites.",
  "homepage_url": "https://www.youreko.com",
  "version": "3.0",
  "host_permissions": [
    "https://api.youreko.com/*",
    "https://api.youreko.localhost/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end",
      "js": [
        "js/third-party/jquery-3.7.0.min.js",
        "js/youreko.jquery-init.js",
        "js/third-party/jquery.ycookie.js",
        "js/third-party/jquery.hoverIntent.js",
        "js/third-party/idangerous.swiper.js",
        "js/core/youreko.energy-review.js",
        "js/youreko.energy-review.partner.js",
        "js/youreko.browser-extension-v3.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/button.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_icon": "icons/icon32.png"
  },
  "manifest_version": 3
}