ShopAdvisor

ShopAdvisor

Adds ShopAdvisor widget to your e-commerce site

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ShopAdvisor",
  "author": "Howard Gil",
  "short_name": "ShopAdvisor",
  "description": "Adds ShopAdvisor widget to your e-commerce site",
  "version": "1.0",
  "icons": {
    "128": "ShopAdvisor Icon.png"
  },
  "action": {
    "default_title": "ShopAdvisor",
    "default_icon": {
      "128": "ShopAdvisor Icon.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "http://*.hivebrands.com/*",
        "https://*.hivebrands.com/*",
        "http://*.getbezel.com/*",
        "https://*.getbezel.com/*",
        "http://*.shortylove.com/*",
        "https://*.shortylove.com/*",
        "http://*.eightsleep.com/*",
        "https://*.eightsleep.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "index.js"
      ],
      "matches": [
        "http://*.hivebrands.com/*",
        "https://*.hivebrands.com/*",
        "http://*.getbezel.com/*",
        "https://*.getbezel.com/*",
        "http://*.shortylove.com/*",
        "https://*.shortylove.com/*",
        "http://*.eightsleep.com/*",
        "https://*.eightsleep.com/*"
      ]
    }
  ]
}