Merge pull request #7517 from nurbek91/Blocksy_Companion

Add Blocksy Companion / wp-plugin
main
Elbert Alias 2 years ago committed by GitHub
commit 47bee51e9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -907,7 +907,7 @@
"cats": [ "cats": [
80 80
], ],
"description": "Blocksy is a blazing fast and lightweight WordPress theme.", "description": "Blocksy is a modern and lightweight WordPress theme designed for a variety of websites, including blogs, portfolios, ecommerce stores, and business websites.",
"dom": "link[href*='/wp-content/themes/blocksy/']", "dom": "link[href*='/wp-content/themes/blocksy/']",
"icon": "Blocksy.svg", "icon": "Blocksy.svg",
"js": { "js": {
@ -924,6 +924,29 @@
"scriptSrc": "/wp-content/themes/blocksy/(?:.+main\\.js(?:\\?ver=([\\d\\.]+)))?\\;version:\\1", "scriptSrc": "/wp-content/themes/blocksy/(?:.+main\\.js(?:\\?ver=([\\d\\.]+)))?\\;version:\\1",
"website": "https://creativethemes.com/blocksy" "website": "https://creativethemes.com/blocksy"
}, },
"Blocksy Companion": {
"cats": [
87
],
"description": "Blocksy Companion is a WordPress plugin that provides additional functionality and features for the Blocksy theme.",
"dom": {
"link[href*='/wp-content/plugins/blocksy-companion']": {
"attributes": {
"href": "/wp-content/plugins/blocksy-companion(?:-pro)?/.+\\.css(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1"
}
}
},
"icon": "Blocksy.svg",
"implies": "Blocksy",
"pricing": [
"freemium",
"low",
"recurring"
],
"requires": "WordPress",
"scriptSrc": "/wp-content/plugins/blocksy-companion(?:-pro)?/",
"website": "https://creativethemes.com/blocksy/companion/"
},
"Blogger": { "Blogger": {
"cats": [ "cats": [
11 11