HTML,CSS,JS Minifier & Compressor

HTML,CSS,JS Minifier & Compressor

A lite and free JavasScript, CSS and HTML minifier & Compressor for your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    },
    "default_title": "Minifier & Compressor"
  },
  "background": {
    "service_worker": "background.js"
  },
  "commands": {
    "_execute_action": {}
  },
  "description": "A lite and free JavasScript, CSS and HTML minifier & Compressor for your browser.",
  "homepage_url": "https://www.downloadhub.cloud/2023/01/minifier.html",
  "icons": {
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  },
  "manifest_version": 3,
  "name": "HTML,CSS,JS Minifier & Compressor",
  "offline_enabled": true,
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "sandbox": {
    "pages": [
      "data/interface/index.html"
    ]
  },
  "short_name": "compressor",
  "version": "0.1.2",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}