Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iglvzx/IGalvez.Autoindex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIzzy Galvez <i@igalvez.net>2016-07-26 23:19:56 +0300
committerIzzy Galvez <i@igalvez.net>2016-07-26 23:19:56 +0300
commitfa2e148511c440997f64d5780c78624b2e1d120a (patch)
treed851f84a448dd2c8007d016121c6532897e141cd
parent86b2bd5bfd0aafae507eb2e0d516467cf84e16b4 (diff)
add Firefox extension (.xpi) file type
-rwxr-xr-x.autoindex/file-types.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/.autoindex/file-types.js b/.autoindex/file-types.js
index 599033a..f701bc8 100755
--- a/.autoindex/file-types.js
+++ b/.autoindex/file-types.js
@@ -177,6 +177,14 @@ var fileTypes = [
'dir',
'muz'
]
+ },
+
+ { // plugins
+ icon: "puzzle-piece",
+ extensions: [
+ "xpi"
+ ]
+
}
];