From a5e2fd342b7bec82513a42a9a3ce64b8cc3e0f8d Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 31 May 2021 00:08:09 +0600 Subject: [PATCH] Update SWFobject --- src/technologies.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/technologies.json b/src/technologies.json index deb017292..b3d559005 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -16445,10 +16445,12 @@ "cats": [ 19 ], + "description": "SWFObject is an open-source JavaScript library used to embed Adobe Flash content onto web pages.", "icon": "SWFObject.png", "js": { "SWFObject": "" }, + "oss": true, "scripts": "swfobject.*\\.js", "website": "https://github.com/swfobject/swfobject" },