AliExpress Search By Image | Rovalty

AliExpress Search By Image | Rovalty

Rovalty is the Number 1 AliExpress Search by Image for Dropshipping Businesses. Right-click on image and search!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "AliExpress Search By Image | Rovalty",
  "description": "Rovalty is the Number 1 AliExpress Search by Image for Dropshipping Businesses. Right-click on image and search!",
  "default_locale": "en",
  "version": "3.0.5",
  "author": "Rovalty",
  "background": {
    "service_worker": "src/background.js"
  },
  "content_scripts": [
    {
      "js": [
        "src/jquery-3.2.1.min.js",
        "src/be-content.js"
      ],
      "matches": [
        "https://rovalty.com/search*"
      ]
    }
  ],
  "action": {
    "default_icon": "tab-icon.png",
    "default_title": "Aliexpress Search By Image",
    "default_popup": "popup.html"
  },
  "permissions": [
    "contextMenus"
  ],
  "host_permissions": [
    "*://*.aliexpress.com/*",
    "*://*.aliexpress.ru/*",
    "*://*.aliexpress.us/*"
  ],
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  }
}