Merge pull request #7649 from dhavalveera/blitzjs

Blitz.js Detection added
main
Elbert Alias 1 year ago committed by GitHub
commit 5d6da2012a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,4 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6 15.8325H10.9065C12.7736 15.8325 14.5322 16.7101 15.6548 18.202L20.4947 24.6337C20.5861 24.7553 20.5999 24.9184 20.5302 25.0536L17.7403 30.4589C17.6065 30.7183 17.2477 30.7488 17.072 30.5158L6 15.8325Z" fill="#5A08C3"/>
<path d="M25.3058 15.8409H20.3993C18.5322 15.8409 16.7737 14.9634 15.651 13.4715L10.8111 7.03975C10.7197 6.91819 10.7059 6.75499 10.7757 6.61982L13.5655 1.2145C13.6994 0.955156 14.0581 0.924651 14.2339 1.15767L25.3058 15.8409Z" fill="#5A08C3"/>
</svg>

After

Width:  |  Height:  |  Size: 579 B

@ -941,6 +941,23 @@
], ],
"website": "https://putyourlightson.com/plugins/blitz" "website": "https://putyourlightson.com/plugins/blitz"
}, },
"Blitz.js": {
"cats": [
18
],
"description": "Blitz.js is a web development framework that uses Next.js and React and includes features for authentication, authorization, and database integration to simplify the creation of high-performance and scalable web applications.",
"headers": {
"X-Powered-By": "^Blitz\\.js?([0-9.]+)?\\;version:\\1"
},
"icon": "blitzjs.svg",
"implies": "Next.js",
"js": {
"__BLITZ_MIDDLEWARE_HOOKS": "",
"__BLITZ_SUSPENSE_ENABLED": ""
},
"oss": true,
"website": "https://blitzjs.com"
},
"Blocksy": { "Blocksy": {
"cats": [ "cats": [
80 80
@ -2387,17 +2404,17 @@
], ],
"description": "Bugsnag is a cross-platform error monitoring, reporting, and resolution software.", "description": "Bugsnag is a cross-platform error monitoring, reporting, and resolution software.",
"icon": "BugSnag.svg", "icon": "BugSnag.svg",
"js": {
"Bugsnag": "",
"bugsnag": "",
"bugsnagClient": ""
},
"pricing": [ "pricing": [
"payg", "payg",
"freemium", "freemium",
"recurring" "recurring"
], ],
"saas": true, "saas": true,
"js": {
"Bugsnag": "",
"bugsnag": "",
"bugsnagClient": ""
},
"scriptSrc": "/bugsnag.*\\.js", "scriptSrc": "/bugsnag.*\\.js",
"website": "https://bugsnag.com" "website": "https://bugsnag.com"
}, },

Loading…
Cancel
Save