diff --git a/src/apps.json b/src/apps.json index c69f74f18..56562f903 100644 --- a/src/apps.json +++ b/src/apps.json @@ -8517,6 +8517,17 @@ "script": "https?://cdn\\.plot\\.ly/plotly", "website": "https://plot.ly/javascript/" }, + "Plyr": { + "cats": [ + 14 + ], + "js": { + "Plyr": "" + }, + "icon": "Plyr.png", + "script": "https://cdn\\.plyr\\.io/([0-9.]+)/.+\\.js\\;version:\\1", + "website": "https://plyr.io/" + }, "Po.st": { "cats": [ 5 diff --git a/src/icons/Plyr.png b/src/icons/Plyr.png new file mode 100644 index 000000000..0bb620cdb Binary files /dev/null and b/src/icons/Plyr.png differ