diff --git a/editor.html b/editor.html
deleted file mode 100644
index 30d74d2..0000000
--- a/editor.html
+++ /dev/null
@@ -1 +0,0 @@
-test
\ No newline at end of file
diff --git a/examples/editor.html b/examples/editor.html
new file mode 100644
index 0000000..e5e80d1
--- /dev/null
+++ b/examples/editor.html
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/examples/editor.html.minimal b/examples/editor.html.minimal
new file mode 100644
index 0000000..e5e80d1
--- /dev/null
+++ b/examples/editor.html.minimal
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/examples/pwa/api.js b/examples/pwa/api.js
new file mode 100644
index 0000000..efe3f88
--- /dev/null
+++ b/examples/pwa/api.js
@@ -0,0 +1,14 @@
+let routes = [
+'/',
+'/pwa',
+'/spawn',
+'/interface/unregister',
+'/interface/register',
+'/services/unregister',
+'/services/register',
+'/services',
+'/hmdlink/set',
+'/hmdlink',
+'/json',
+'/localprototypes',
+]