Smarted — Automate your Dressing

Smarted — Automate your Dressing

Smarted is an assistant to help you develop your sales in a few clicks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.00ac8b83.png",
    "32": "icon32.plasmo.9ad0c5b6.png",
    "48": "icon48.plasmo.cae3a6b3.png",
    "64": "icon64.plasmo.e4b604fc.png",
    "128": "icon128.plasmo.b89b7dfa.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.00ac8b83.png",
      "32": "icon32.plasmo.9ad0c5b6.png",
      "48": "icon48.plasmo.cae3a6b3.png",
      "64": "icon64.plasmo.e4b604fc.png",
      "128": "icon128.plasmo.b89b7dfa.png"
    }
  },
  "version": "1.0.16",
  "author": "Smarted.ai<[email protected]>",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "cookies",
    "storage",
    "declarativeNetRequest",
    "alarms",
    "tabs"
  ],
  "background": {
    "service_worker": "background.d0591844.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.vinted.fr/*",
        "https://www.vinted.com/*",
        "https://www.vinted.be/*",
        "https://www.vinted.es/*",
        "https://www.vinted.de/*",
        "https://www.vinted.it/*"
      ],
      "js": [
        "contents.4683de87.js"
      ],
      "all_frames": true,
      "css": [
        "contents.e91c5888.css"
      ]
    }
  ],
  "default_locale": "fr",
  "host_permissions": [
    "*://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/logo-white.png",
        "assets/logo-smarted-white.png",
        "assets/google-logo-white.png",
        "assets/google-logo-black.png"
      ],
      "matches": []
    },
    {
      "resources": [
        "src/options/index.svelte"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "rules",
        "enabled": true,
        "path": "rules.ac728dbe.json"
      }
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmU9d4OTEmL+HehZwl4yxU2P3sIlrYoK+49hapQndnG2LrLkVE2pnoptw4Og/yURF1s+XgsXhMzznkWQqhcrzgQ1gubkp2hAnBVjRBXDXuHQdoVy6CcpX+V+wtnNwcJnKmQuwiGD0+6il9KPctwooui0KkfC89L/7RTArEQAdSAkfbMczUhFyuOHFh1StOfj82uRfV/x4WRen0C8gFp3YzPiUeVKDttO3K8dst/U/9FZVmmt4HNi2klXNViLvLztgYqykfLheB9CSldhb/PBuDndZGwETs/KiTM3uWj2QQoKhC6rYr4f1W886Maj0bnxFfhuQGWmlVmQwaSaAYQ19XwIDAQAB"
}