{
	".jss": {
		"headers": {
			"Content-Type": "text/javascript",
			"Cache-Control": "max-age=999999999, public",
			"ETag": "x234dff"
		}
	},
	".js": {
		"headers": {
			"Content-Type": "text/javascript",
			"Cache-Control": "max-age=999999999, public",
			"ETag": "x234dff"
		}
	},
	".less": {
		"headers": {
			"Content-Type": "text/css",
			"Cache-Control": "max-age=999999999, public",
			"ETag": "x234dff"
		}
	},
	".css": {
		"headers": {
			"Content-Type": "text/css",
			"Cache-Control": "max-age=999999999, public",
			"ETag": "x234dff"
		}
	},
	".png": {
		"headers": {
			"Content-Type": "image/png",
			"Cache-Control": "max-age=999999999, public",
			"ETag": "x234dff"
		}
	},
	".jpg": {
		"headers": {
			"Content-Type": "image/jpeg",
			"Cache-Control": "max-age=999999999, public",
			"ETag": "x234dff"
		}
	},
	".jpeg": {
		"headers": {
			"Content-Type": "image/jpeg",
			"Cache-Control": "max-age=999999999, public",
			"ETag": "x234dff"
		}
	},
	".gif": {
		"headers": {
			"Content-Type": "image/gif",
			"Cache-Control": "max-age=999999999, public",
			"ETag": "x234dff"
		}
	},
	".eot": {
		"headers": {
			"Content-Type": "application/vnd.ms-fontobject",
			"Cache-Control": "max-age=999999999, public",
			"ETag": "x234dff"
		}
	},
	".woff2": {
		"headers": {
			"Content-Type": "font/woff2",
			"Cache-Control": "max-age=999999999, public",
			"ETag": "x234dff"
		}
	},
	".woff": {
		"headers": {
			"Content-Type": "application/font-woff",
			"Cache-Control": "max-age=999999999, public",
			"ETag": "x234dff"
		}
	},
	".ttf": {
		"headers": {
			"Content-Type": "application/font-ttf",
			"Cache-Control": "max-age=999999999, public",
			"ETag": "x234dff"
		}
	},
	".svg": {
		"headers": {
			"Content-Type": "image/svg+xml",
			"Cache-Control": "max-age=999999999, public",
			"ETag": "x234dff"
		}
	},
	".ico": {
		"headers": {
			"Content-Type": "image/x-icon",
			"Cache-Control": "max-age=999999999, public",
			"ETag": "x234dff"
		}
	},
	".pdf": {
		"headers": {
			"Content-Type": "application/pdf",
			"Cache-Control": "max-age=999999999, public",
			"ETag": "x234dff"
		}
	},
	".mp4": {
		"headers": {
			"Content-Type": "video/mp4",
			"Cache-Control": "max-age=999999999, public",
			"ETag": "x234dff"
		}
	},
	".txt": {
		"headers": {
			"Content-Type": "text/plain",
			"Cache-Control": "max-age=999999999, public",
			"ETag": "x234dff"
		}
	},
	".html": {
		"headers": {
			"Content-Type": "text/html; charset=utf-8",
			"Cache-Control": "max-age=999999999, public",
			"ETag": "x234dff"
		}
	},
	"none": {
		"headers": {
			"Content-Type": "text/plain",
			"Cache-Control": "max-age=999999999, public",
			"ETag": "x234dff"
		}
	}
}