Code Minifier (JS, CSS, HTML) Firefox

Examine source code of Code Minifier (JS, CSS, HTML)

By: 88GO
Inspect and view changes in Code Minifier (JS, CSS, HTML) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.1.3",
  "manifest_version": 2,
  "offline_enabled": true,
  "name": "Code Minifier (JS, CSS, HTML)",
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "sandbox": {
    "pages": [
      "data/interface/index.html"
    ]
  },
  "homepage_url": "https://mybrowseraddon.com/code-minifier.html",
  "description": "A lite and free JavasScript, CSS and HTML minifier for your browser.",
  "commands": {
    "_execute_browser_action": {}
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Code Minifier",
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    }
  },
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{bbdb6db9-1429-472e-8dc9-01d468abeee1}"
    }
  }
}

Best Code Minifier (JS, CSS, HTML) Alternatives

Here are some Firefox add-ons that are similar to Code Minifier (JS, CSS, HTML):