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:
-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"
+ ]
+
}
];