-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7194102
commit 6daa18e
Showing
4 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"name": "Deno", | ||
"description": "Deno is a new JavaScript and TypeScript runtime that was created by Ryan Dahl, the original creator of Node.js. Deno is designed to be a more secure, reliable, and productive alternative to Node.js.", | ||
"icon": "/icon/deno.png", | ||
"checks": { | ||
"tags": [], | ||
"headers": [ | ||
{ | ||
"header": "Server", | ||
"value": "deno" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"name": "Fresh JS", | ||
"description": "Fresh is a full stack web framework for JavaScript and TypeScript developers, designed to make it trivial to create high-quality, performant, and personalized web applications. It is built on top of Deno.", | ||
"icon": "/icon/fresh-js.png", | ||
"checks": { | ||
"tags": [ | ||
{ | ||
"tag": "link", | ||
"attribute": "href", | ||
"value": "/_frsh/*.css" | ||
}, | ||
{ | ||
"tag": "script", | ||
"attribute": "src", | ||
"value": "/_frsh/*.js" | ||
}, | ||
{ | ||
"tag": "script", | ||
"attribute": "id", | ||
"value": "__FRSH" | ||
} | ||
], | ||
"headers": [] | ||
} | ||
} |