diff --git a/src/drivers/webextension/images/icons/30namaPlayer.png b/src/drivers/webextension/images/icons/30namaPlayer.png new file mode 100644 index 000000000..e08132481 Binary files /dev/null and b/src/drivers/webextension/images/icons/30namaPlayer.png differ diff --git a/src/technologies/_.json b/src/technologies/_.json index db32c951b..506ae8928 100644 --- a/src/technologies/_.json +++ b/src/technologies/_.json @@ -116,5 +116,14 @@ "web.startComponents": "" }, "website": "https://github.com/sulu/web-js" + }, + "30namaPlayer": { + "cats": [ + 14 + ], + "description": "30namaPlayer is a modified version of Video.js to work with videos on HTML using javascript.", + "icon": "30namaPlayer.png", + "website": "https://30nama.com/", + "dom": "section[class*='player30nama']" } } \ No newline at end of file diff --git a/src/technologies/i.json b/src/technologies/i.json index 7a90465fc..34fa4fee6 100644 --- a/src/technologies/i.json +++ b/src/technologies/i.json @@ -1051,5 +1051,14 @@ "iubenda\\.com/cookie-solution/confs/js/" ], "website": "https://www.iubenda.com/" + }, + "i30con": { + "cats": [ + 17 + ], + "description": "i30con is an icon toolkit based on CSS and JavaScript.", + "icon": "30namaPlayer.png", + "website": "https://30nama.com/", + "dom": "[class$='i30con']" } -} \ No newline at end of file +}