Fashion Model-AI Model Generator For Amazon

Fashion Model-AI Model Generator For Amazon

AI Fashion Model reduces the time, money and other costs required to shoot physical model product pictures.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_icon": "img/logo_fashion.png",
    "default_title": "__MSG_extName__"
  },
  "default_locale": "en",
  "description": "__MSG_extDes__",
  "icons": {
    "128": "img/logo_fashion.png"
  },
  "content_scripts": [
    {
      "js": [
        "js/content-script.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "https://kodepay.io/*"
      ],
      "run_at": "document_end",
      "all_frames": true
    },
    {
      "js": [
        "js/kodepay.js"
      ],
      "matches": [
        "https://kodepay.io/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "js/content-inject-other.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "tabs",
    "storage"
  ],
  "version": "1.2.6",
  "web_accessible_resources": [
    {
      "resources": [
        "/img/logo.png",
        "/img/logo_prompt.png",
        "/img/logo_text.png",
        "js/ajax-listener-other.js",
        "/removeBg.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "homepage_url": "https://chrome.google.com/webstore/detail/ldlimmbggiobfbblnjjpgdhnjdnlbpmo"
}