VTEX Utils - VHelpx

VTEX Utils - VHelpx

VHelpx is a browser extension with some helpers that will make easier the life of those who work with the VTEX ecosystem.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "1.6.1",
  "description": "__MSG_appDesc__",
  "manifest_version": 3,
  "default_locale": "pt_BR",
  "author": "[email protected]",
  "icons": {
    "16": "images/vtex-16x16.png",
    "32": "images/vtex-32x32.png",
    "48": "images/vtex-48x48.png",
    "128": "images/vtex-128x128.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": "images/vtex-48x48.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "cookies",
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "*://*/*"
  ]
}