{
    "id": "youtube-embed",
    "description": "Embed a YouTube embed on your webpage.",
    "website": "https://github.com/paulirish/lite-youtube-embed",
    "html": {
        "element": "lite-youtube",
        "attributes": {
            "videoid": null,
            "playlabel": null
        }
    },
    "stylesheets": [
        "https://cdn.jsdelivr.net/gh/paulirish/lite-youtube-embed@master/src/lite-yt-embed.css"
    ],
    "scripts": [
        {
            "url": "https://cdn.jsdelivr.net/gh/paulirish/lite-youtube-embed@master/src/lite-yt-embed.js",
            "strategy": "idle",
            "location": "head",
            "action": "append"
        }
    ]
}
