I'm working on a project that is some kind of a web crawler extension for chrome to create a personal local web archive. So I am getting videos, images, css-files and script-files with javascript. The outlines of the project tell me to consider .war-files for saving the crawled pages, but I could not find a way to create .war files out of the extension itself.
Is that even possible or do I have to find another way to save the acquired resources?