FleetCart/Themes/Storefront/theme.json

13 lines
283 B
JSON
Raw Normal View History

2023-06-11 12:14:03 +00:00
{
"name": "Storefront",
"alias": "storefront",
"description": "The FleetCart Storefront Theme.",
"version": "2.0.0",
"providers": [
"Themes\\Storefront\\Providers\\StorefrontServiceProvider"
],
"files": [
"helpers.php"
]
}