{"slug":"safefonts","name":"SafeFonts","description":"Host custom fonts locally in WordPress with advanced security validation, block editor integration, and CSS variables support.","author":"Chris Martens","active_installs":30,"version":"1.2.0","wp_org_url":"https://wordpress.org/plugins/safefonts/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":true},"tables":[{"table_name":"chrmrtns_safefonts","full_table_name":"wp_chrmrtns_safefonts","description":"Stores chrmrtns safefonts data created by this plugin.","detection_method":"both","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_chrmrtns_safefonts` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `font_family` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `family_slug` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',\\n  `font_style` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'normal',\\n  `font_weight` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '400',\\n  `is_variable` tinyint(1) NOT NULL DEFAULT '0',\\n  `weight_min` int DEFAULT NULL,\\n  `weight_max` int DEFAULT NULL,\\n  `file_path` varchar(500) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `file_hash` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `file_size` bigint NOT NULL,\\n  `mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,\\n  `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\\n  PRIMARY KEY (`id`),\\n  KEY `font_family` (`font_family`),\\n  KEY `family_slug` (`family_slug`),\\n  KEY `file_hash` (`file_hash`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"}],"table_count":1}