Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/comics/ev-cbr-mime.xml
diff options
context:
space:
mode:
Diffstat (limited to 'comics/ev-cbr-mime.xml')
-rw-r--r--comics/ev-cbr-mime.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/comics/ev-cbr-mime.xml b/comics/ev-cbr-mime.xml
new file mode 100644
index 0000000..8b1a54a
--- /dev/null
+++ b/comics/ev-cbr-mime.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+ <mime-type type="application/cbr">
+ <comment>CBR document</comment>
+ <magic priority="50">
+ <match value="Rar!" type="string" offset="0"/>
+ </magic>
+ <glob pattern="*.cbr"/>
+ </mime-type>
+ <mime-type type="application/cbz">
+ <comment>CBZ document</comment>
+ <magic priority="50">
+ <match value="PK\003\004" type="string" offset="0"/>
+ </magic>
+ <glob pattern="*.cbz"/>
+ </mime-type>
+</mime-info>
+