diff --git a/about.json b/about.json
new file mode 100644
index 0000000..a0d428c
--- /dev/null
+++ b/about.json
@@ -0,0 +1,6 @@
+{
+ "name": "Matomo Analytics",
+ "about_url": "https://meta.discourse.org/t/how-to-enable-matomo-analytics-on-discourse/33090",
+ "license_url": "https://github.com/discourse/discourse-matomo-analytics/blob/master/LICENSE",
+ "component": true
+}
diff --git a/common/body_tag.html b/common/body_tag.html
new file mode 100644
index 0000000..bdb4520
--- /dev/null
+++ b/common/body_tag.html
@@ -0,0 +1,11 @@
+
diff --git a/common/head_tag.html b/common/head_tag.html
new file mode 100644
index 0000000..f0ee421
--- /dev/null
+++ b/common/head_tag.html
@@ -0,0 +1,11 @@
+
diff --git a/settings.yml b/settings.yml
new file mode 100644
index 0000000..dd013a5
--- /dev/null
+++ b/settings.yml
@@ -0,0 +1,7 @@
+host_url:
+ type: string
+ default: ''
+ description: Host URL without http:// or https://
+website_id:
+ type: string
+ default: ''