diff --git a/src/drivers/webextension/images/icons/fresh.svg b/src/drivers/webextension/images/icons/fresh.svg new file mode 100644 index 000000000..8ae349e15 --- /dev/null +++ b/src/drivers/webextension/images/icons/fresh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/technologies/f.json b/src/technologies/f.json index f917ef183..f002cfcf6 100644 --- a/src/technologies/f.json +++ b/src/technologies/f.json @@ -1381,6 +1381,20 @@ ], "website": "https://github.com/staaky/fresco" }, + "Fresh": { + "cats": [ + 18, + 22 + ], + "description": "Fresh is a full stack modern web framework for JavaScript and TypeScript developers, designed to make it trivial to create high-quality, performant, and personalized web applications.", + "dom": "style[id='__FRSH_STYLE']", + "icon": "fresh.svg", + "implies": [ + "Preact" + ], + "oss": true, + "website": "https://fresh.deno.dev" + }, "Freshchat": { "cats": [ 52 @@ -1678,4 +1692,4 @@ "scriptSrc": "/fullPage\\.js(?:/([\\d\\.]+)/)?\\;version:\\1", "website": "https://github.com/alvarotrigo/fullpage.js" } -} \ No newline at end of file +}