CATWLK Firefox

Examine source code of CATWLK

Por: MAKEPAD shopping
Inspect and view changes in CATWLK source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "CATWLK",
  "version": "0.12.0",
  "description": "Source clothing products, compare options, manage client edits, and review materials, care, and cost per wear.",
  "action": {
    "default_title": "CATWLK",
    "default_icon": {
      "16": "icons/logo-light-mode_16x16.png",
      "19": "icons/logo-light-mode_19x19.png",
      "32": "icons/logo-light-mode_32x32.png",
      "38": "icons/logo-light-mode_38x38.png",
      "48": "icons/logo-light-mode_48x48.png",
      "128": "icons/logo-light-mode_128x128.png"
    },
    "theme_icons": [
      {
        "light": "icons/logo-light-mode_16x16.png",
        "dark": "icons/logo-dark-mode_16x16.png",
        "size": 16
      },
      {
        "light": "icons/logo-light-mode_19x19.png",
        "dark": "icons/logo-dark-mode_19x19.png",
        "size": 19
      },
      {
        "light": "icons/logo-light-mode_32x32.png",
        "dark": "icons/logo-dark-mode_32x32.png",
        "size": 32
      },
      {
        "light": "icons/logo-light-mode_38x38.png",
        "dark": "icons/logo-dark-mode_38x38.png",
        "size": 38
      }
    ]
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+Shift+C",
        "mac": "Alt+Shift+C"
      },
      "description": "Open CATWLK"
    }
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage",
    "clipboardWrite",
    "identity"
  ],
  "optional_permissions": [],
  "icons": {
    "16": "icons/logo-light-mode_16x16.png",
    "32": "icons/logo-light-mode_32x32.png",
    "48": "icons/logo-light-mode_48x48.png",
    "64": "icons/logo-light-mode_64x64.png",
    "96": "icons/logo-light-mode_96x96.png",
    "128": "icons/logo-light-mode_128x128.png",
    "256": "icons/logo-light-mode_256x256.png",
    "512": "icons/logo-light-mode_512x512.png"
  },
  "background": {
    "scripts": [
      "data/browser.js",
      "data/retailers.js",
      "data/action-state.js",
      "data/navigation.js",
      "data/store.js",
      "data/pro.js",
      "data/cloud-config.js",
      "data/cloud.js",
      "data/catwlk-sync.js",
      "background.js"
    ]
  },
  "options_ui": {
    "page": "workspace.html",
    "open_in_tab": true
  },
  "host_permissions": [
    "https://*.zara.com/*",
    "https://*.zara.net/*",
    "https://*.hm.com/*",
    "https://shop.mango.com/*",
    "https://*.mngbcn.com/*",
    "https://*.uniqlo.com/*",
    "https://*.cos.com/*",
    "https://*.massimodutti.com/*",
    "https://*.massimodutti.net/*",
    "https://*.arket.com/*",
    "https://*.stories.com/*",
    "https://*.sezane.com/*",
    "https://*.asos.com/*",
    "https://images.asos-media.com/*",
    "https://*.weekday.com/*",
    "https://public.assets.hmgroup.com/*",
    "https://*.ganni.com/*",
    "https://*.abercrombie.com/*",
    "https://*.thereformation.com/*",
    "https://*.thereformation.fr/*",
    "https://*.zalando.fr/*",
    "https://*.zalando.ie/*",
    "https://*.ztat.net/*",
    "https://catwlk.com/*",
    "https://auth.catwlk.com/*"
  ],
  "optional_host_permissions": [
    "https://api.lemonsqueezy.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.zara.com/*",
        "https://*.hm.com/*",
        "https://shop.mango.com/*",
        "https://*.uniqlo.com/*",
        "https://*.cos.com/*",
        "https://*.massimodutti.com/*",
        "https://*.arket.com/*",
        "https://*.stories.com/*",
        "https://*.sezane.com/*",
        "https://*.asos.com/*",
        "https://*.weekday.com/*",
        "https://*.ganni.com/*",
        "https://*.abercrombie.com/*",
        "https://*.thereformation.com/*",
        "https://*.thereformation.fr/*",
        "https://*.zalando.fr/*",
        "https://*.zalando.ie/*"
      ],
      "js": [
        "data/browser.js",
        "brands/common.js",
        "brands/core.js",
        "brands/contract.js",
        "brands/identities.js",
        "brands/standard-data.js",
        "brands/extractors.js",
        "brands/panel-controller.js",
        "brands/standard.js",
        "brands/zara.js",
        "brands/hm.js",
        "brands/mango.js",
        "brands/uniqlo.js",
        "brands/cos.js",
        "brands/massimodutti.js",
        "brands/arket.js",
        "brands/other-stories.js",
        "brands/sezane.js",
        "brands/asos.js",
        "brands/weekday.js",
        "brands/ganni.js",
        "brands/abercrombie.js",
        "brands/reformation.js",
        "brands/zalando.js",
        "content.js"
      ]
    }
  ],
  "sidebar_action": {
    "default_title": "CATWLK",
    "default_panel": "sidepanel.html",
    "default_icon": {
      "16": "icons/logo-light-mode_16x16.png",
      "19": "icons/logo-light-mode_19x19.png",
      "32": "icons/logo-light-mode_32x32.png",
      "38": "icons/logo-light-mode_38x38.png",
      "48": "icons/logo-light-mode_48x48.png",
      "128": "icons/logo-light-mode_128x128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "catwlk@makepad.fr",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [
          "authenticationInfo",
          "browsingActivity",
          "financialAndPaymentInfo",
          "healthInfo",
          "locationInfo",
          "personalCommunications",
          "personallyIdentifyingInfo",
          "websiteActivity",
          "websiteContent"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Mejores alternativas CATWLK

Aquí hay algunas Firefox add-ons que son similares a CATWLK: