This may need to be splitted into more issues. File-browsing consists of two parts: * A file-tree on the (currently) left side that shows all files * A file-content part on the (currently) right side that shows the content of the currently selected file API: https://addons-server.readthedocs.io/en/latest/topics/api/reviewers.html#browse This requires a `version_id` that should be applied through the URL the user clicks on the reviewer tools page. <img src="https://user-images.githubusercontent.com/139033/51308927-8cddfc00-1a43-11e9-9c5e-88516b07ee2a.png" width="240"> 
This may need to be splitted into more issues.
File-browsing consists of two parts:
API: https://addons-server.readthedocs.io/en/latest/topics/api/reviewers.html#browse
This requires a
version_idthat should be applied through the URL the user clicks on the reviewer tools page.