VTEX CACHE

VTEX CACHE

Reduz o cache da vtex drasticamente - by Caio F. Vieira

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "VTEX CACHE",
  "version": "2.0.3",
  "description": "Reduz o cache da vtex drasticamente - by Caio F. Vieira",
  "manifest_version": 3,
  "permissions": [
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "./js/background.js"
  },
  "icons": {
    "16": "/img/vtexcache.png",
    "32": "/img/vtexcache.png",
    "48": "/img/vtexcache.png",
    "128": "/img/vtexcache.png"
  },
  "action": {
    "default_popup": "/html/popup.html"
  }
}