Fashion Image Search

Fashion Image Search

This extension allows you to perform image search for fashion items using any image on the webpage

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Fashion Image Search",
  "description": "This extension allows you to perform image search for fashion items using any image on the webpage",
  "version": "0.0.1",
  "permissions": [
    "tabs",
    "contextMenus"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "logo32.png"
  },
  "icons": {
    "16": "logo16.png",
    "32": "logo32.png",
    "48": "logo48.png",
    "128": "logo128.png"
  }
}