Fashion Boards for farfetch.com

Fashion Boards for farfetch.com

Create outfits easier by freely arranging items on boards. Not affiliated with farfetch.com

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 Boards for farfetch.com",
  "description": "Create outfits easier by freely arranging items on boards. Not affiliated with farfetch.com",
  "version": "9",
  "content_scripts": [
    {
      "matches": [
        "https://www.farfetch.com/*"
      ],
      "js": [
        "vlx-farfetch.js"
      ]
    }
  ],
  "host_permissions": [
    "https://www.farfetch.com/"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "vlx-farfetch.css",
        "img/*.png"
      ],
      "matches": [
        "https://www.farfetch.com/*"
      ]
    }
  ],
  "icons": {
    "16": "img/ico16.png",
    "48": "img/ico48.png",
    "128": "img/ico128.png"
  },
  "action": {
    "default_icon": "img/ico19.png"
  }
}