aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/webapp/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'pdf-as-web/src/main/webapp/manifest.json')
-rw-r--r--pdf-as-web/src/main/webapp/manifest.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/pdf-as-web/src/main/webapp/manifest.json b/pdf-as-web/src/main/webapp/manifest.json
new file mode 100644
index 00000000..8aa0407c
--- /dev/null
+++ b/pdf-as-web/src/main/webapp/manifest.json
@@ -0,0 +1,20 @@
+{
+ "files": { // these files are downloaded
+ "index": {
+ "version": "",
+ "filename": "index.jsp"
+ },
+ "mainjs": {
+ "version": "",
+ "filename": "assets/js/dragNdrop.js"
+ },
+ "style": {
+ "version": "",
+ "filename": "assets/css/style.css"
+ }
+ },
+ "load": [ // these files are loaded in your index.html
+ "assets/js/dragNdrop.js",
+ "assets/css/style.css"
+ ]
+} \ No newline at end of file