PDF Compressor

PDF Compressor

Easiest way to compress PDF files online! PDF Compressor - reduce PDF size online. Make PDF smaller for free, easy and secure.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PDF Compressor",
  "description": "Easiest way to compress PDF files online! PDF Compressor - reduce PDF size online. Make PDF smaller for free, easy and secure.",
  "default_locale": "en",
  "manifest_version": 3,
  "version": "1.15.04",
  "action": {
    "default_icon": "/img/32x32.png"
  },
  "icons": {
    "16": "/img/16x16.png",
    "32": "/img/32x32.png",
    "64": "/img/64x64.png",
    "128": "/img/128x128_02.png"
  },
  "permissions": [
    "scripting",
    "activeTab"
  ],
  "background": {
    "service_worker": "main2.js",
    "type": "module"
  }
}