manifest = json_decode(file_get_contents($manifestPath)); } public function get($assetName) { return $this->manifest->$assetName; } }