+/* Fields supported by the "site" object.
+ *
+ * Manadatory fields:
+ * pageURL: the URL of the page we are modifying
+ * urlContainer: the element containing the URL to link
+ * urlRegexp: the regular expression for finding the URL, the first
+ * sub-pattern is taken as the URL
+ * linkDest: the element where to place the Direct Download link
+ *
+ *
+ * Optional fields:
+ * TODO
+ *
+ */