diff --git a/lib/tema-config.json b/lib/tema-config.json
new file mode 100644
index 0000000000000000000000000000000000000000..79420e31bbcf0c8078c17845e6d229f1f5d48230
--- /dev/null
+++ b/lib/tema-config.json
@@ -0,0 +1,9 @@
+{
+    "shouldSaveData" : true,
+    "textWithMathXpath" : "//body",
+    "documentIdXpath" : "",
+    "metadata" : {
+        "title" : "//title",
+        "url" : "//meta[@name='url']/@content",
+    }
+}