{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "kraft/language-downloader",
	"title": "Language Downloader",
	"description": "Allows for on-the-fly downloading of new translations using WordPress 4.0 Translation API improvements.",
	"keywords": [ "translation api" ],
	"version": "1.0.0",
	"textdomain": "language-downloader",
	"category": "text",
	"script": "file:../edit.js",
	"icon": "<svg viewBox='0 0 20 20' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><path d='M12 9V3c0-1.1-.89-2-2-2-1.12 0-2 .94-2 2v6c0 1.1.9 2 2 2 1.13 0 2-.94 2-2zm4 0c0 2.97-2.16 5.43-5 5.91V17h2c.56 0 1 .45 1 1s-.44 1-1 1H7c-.55 0-1-.45-1-1s.45-1 1-1h2v-2.09C6.17 14.43 4 11.97 4 9c0-.55.45-1 1-1 .56 0 1 .45 1 1 0 2.21 1.8 4 4 4 2.21 0 4-1.79 4-4 0-.55.45-1 1-1 .56 0 1 .45 1 1z'/></svg>",
	"variations": [
		{
			"name": "jetpack/google-docs",
			"isDefault": true,
			"title": "Google Docs",
			"description": "Embed a Google Document.",
			"icon": "document",
			"keywords": [ "document", "gsuite", "doc" ],
			"attributes": { "variation": "jetpack/google-docs" },
			"isActive": [ "variation" ]
		},
		{
			"name": "jetpack/google-sheets",
			"isDefault": true,
			"title": "Google Sheets",
			"description": "Embed a Google Sheet.",
			"icon": "spreadsheet",
			"keywords": [ "sheet", "spreadsheet" ],
			"attributes": { "variation": "jetpack/google-sheets" },
			"isActive": [ "variation" ]
		},
		{
			"name": "jetpack/google-slides",
			"isDefault": true,
			"title": "Google Slides",
			"description": "Embed a Google Slides presentation.",
			"icon": "interactive",
			"keywords": [ "slide", "presentation", "deck" ],
			"attributes": { "variation": "jetpack/google-slides" },
			"isActive": [ "variation" ]
		}
	]
}

