Your IP : 216.73.216.240
{
"$schema": "https://developer.joomla.org/schemas/json-schema/web_assets.json",
"name": "techfry",
"version": "1.0.0",
"description": "This file contains details of the assets used by Tech Fry Library.",
"license": "GPL-2.0-or-later",
"assets": [
{
"name": "tf.bs.css",
"description": "The css file to be used for bootstrap framework.",
"type": "style",
"uri": "https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css"
},
{
"name": "tf.bs.js",
"description": "The js file to be used for bootstrap framework.",
"type": "script",
"uri": "https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/js/bootstrap.bundle.min.js",
"attributes": {
"defer": true
}
},
{
"name": "tf.jquery",
"description": "The js file to be used for jquery framework.",
"type": "script",
"uri": "https://code.jquery.com/jquery-3.7.1.min.js"
},
{
"name": "tf.fontawesome",
"description": "The css file to be used for font awesome icons from CDN.",
"type": "style",
"uri": "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
},
{
"name": "j.fontawesome",
"description": "The css file to be used for font awesome icons from Joomla.",
"type": "style",
"uri": "system/joomla-fontawesome.min.css"
},
{
"name": "tf.boxicons",
"description": "The css file to be used for boxicons.",
"type": "style",
"uri": "https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css"
},
{
"name": "air.animation",
"description": "The css file to be used for animation styles.",
"type": "style",
"uri": "media/techfry/css/animation.css"
},
{
"name": "tf.lazyme",
"description": "The js file is used to lazy load styles sheets.",
"type": "script",
"uri": "media/techfry/js/lazyme.js",
"attributes" : {
"type": "module"
},
"dependencies": [
"core"
]
}
]
}