{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "create-block/compress-pdf",
	"version": "1.0.2",
	"title": "Compress Pdf",
	"category": "widgets",
	"description": "Effortlessly reduce the size of your PDF files while maintaining quality, making them easier to store, share, and upload without sacrificing readability.",
	"example": {},
	"supports": {
		"html": false
	},
	"textdomain": "compress-pdf",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
	"render": "file:./render.php",
	"viewScript": "file:./view.js"
}