diff --git a/share/manifest b/share/manifest
index 6afd97d..7227a8c 100644
--- a/share/manifest
+++ b/share/manifest
@@ -1,4 +1,4 @@
-# manifest
+# pdf2htmlEX manifest
# by WangLu
# 2012.09.12
#
@@ -21,39 +21,53 @@
"""
+
# base CSS styles
@base.css
-
# PDF specific CSS styles
$css
-
# necessary Javascript codes
@jquery.js
@pdf2htmlEX.js
+# entry point of pdf2htmlEX
"""
+"""
+"""
-
"""
+# The container of outline
+# By default this is hidden, pdf2htmlEX.js will add the 'opened' class if it is not empty
+# You can add a class 'opened' here if you want it always opened or you don't use pdf2htmlEX.js
+# e.g.
+#
+"""
+
+"""
$outline
-
"""
+"""
+
+# The container of PDF pages
+# check base.css for an example and requirements of its CSS styles
+"""
"""
-
-# PDF pages
$pages
-
"""
+"""
+
+
+"""