Revioly: Find the Best Prices & Real Reviews

Revioly: Find the Best Prices & Real Reviews

Spend your resources with confidence and trust, in an extremely convenient way.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Revioly: Find the Best Prices & Real Reviews",
  "version": "2.5.6",
  "manifest_version": 3,
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "description": "Spend your resources with confidence and trust, in an extremely convenient way.",
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "identity",
    "identity.email",
    "storage"
  ],
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "js": [
        "classes.js",
        "jquery-3.6.0.js",
        "metrics.js",
        "content_reviews.js",
        "content.js",
        "content_onload.js",
        "external.js",
        "gtm.js",
        "pageFunctions.js",
        "pageBaseStrings.js",
        "utils.js",
        "highcharts.js",
        "easyzoom.js"
      ],
      "css": [
        "style.css",
        "bootstrap-modified.min.css"
      ],
      "exclude_matches": [
        "https://www.amazon.com/s?*",
        "https://www.amazon.com/product-reviews/*",
        "https://www.amazon.com/",
        "https://www.walmart.com/search?*",
        "https://www.walmart.com/",
        "https://www.target.com/",
        "https://www.target.com/s?searchTerm*"
      ]
    }
  ],
  "action": {
    "default_icon": "images/icon16.png",
    "default_title": "Revioly"
  },
  "background": {
    "service_worker": "background.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/images/*",
        "pages/*",
        "config.json",
        "Product_Category_Tree.json"
      ],
      "matches": [
        "https://www.google.com/*",
        "https://www.amazon.com/*",
        "https://www.walmart.com/*",
        "https://www.target.com/*",
        "https://www.kohls.com/*",
        "https://www.macys.com/*",
        "https://www.homedepot.com/*"
      ]
    }
  ],
  "externally_connectable": {
    "ids": [
      "*"
    ],
    "matches": [
      "*://*.google.com/*"
    ]
  }
}