{
	"version": "1.0.0",
	"templates": [
		{
			"id": "shop-page",
			"title": "Shop Page",
			"category": "shop",
			"description": "Shop page with sidebar and filters",
			"thumb": "images/shop-page.png",
			"file": "templates/shop-page.json"
		},
		{
			"id": "shop-page-with-search",
			"title": "Shop Page with Search",
			"category": "shop",
			"description": "Shop page with search",
			"thumb": "images/shop-search.png",
			"file": "templates/shop-page-with-search.json",
			"pro": true
		},
		{
			"id": "product-style-one",
			"title": "Product Style One",
			"category": "single-product",
			"description": "Product style one",
			"thumb": "images/product-details-one.png",
			"file": "templates/product-style-one.json"
		},
		{
			"id": "product-style-two",
			"title": "Product Style Two",
			"category": "single-product",
			"description": "Product style two",
			"thumb": "images/product-details-two.png",
			"file": "templates/product-style-two.json",
			"pro": true
		},
		{
			"id": "product-style-three",
			"title": "Product Style Three",
			"category": "single-product",
			"description": "Product style three",
			"thumb": "images/product-details-three.png",
			"file": "templates/product-style-three.json",
			"pro": true
		},
		{
			"id": "cart",
			"title": "Cart",
			"category": "cart",
			"description": "Cart page",
			"thumb": "images/cart.png",
			"file": "templates/cart.json"
		},
		{
			"id": "checkout",
			"title": "Checkout",
			"category": "checkout",
			"description": "Checkout page",
			"thumb": "images/checkout.png",
			"file": "templates/checkout.json"
		},
		{
			"id": "thankyou",
			"title": "Thank You",
			"category": "thank-you",
			"description": "Thank You page",
			"thumb": "images/thank-you.png",
			"file": "templates/thank-you.json",
			"pro": true
		},
		{
			"id": "my-account",
			"title": "My Account",
			"category": "account",
			"description": "My Account page",
			"thumb": "images/my-account.png",
			"file": "templates/my-account.json",
			"pro": true
		}
	]
}
