{
	"apiVersion": 2,
	"name": "codekraft/dark-mode",
	"title": "Dark Mode Switch",
	"description": "Enables the dark mode for your website",
	"keywords": [
		"dark mode"
	],
	"icon": "shield",
	"category": "design",
	"supports": {
		"align": true,
		"className": true,
		"color": {
			"background": true
		},
		"spacing": {
			"margin": true,
			"padding": true
		}
	},
	"viewScript": "file:./build/dark-mode.js",
	"editorScript": [
		"file:./build/dark-mode-editor.js"
	],
	"style": [
		"file:./build/style-dark-mode-editor.css"
	]
}
