-
- Blockstack Extension
+
+ uBlockstack Extension
diff --git a/src/main/components/applet/applet.vue b/src/main/components/applet/applet.vue
index 53a1c69..5742075 100644
--- a/src/main/components/applet/applet.vue
+++ b/src/main/components/applet/applet.vue
@@ -8,14 +8,14 @@
-
{{app.name}}
+
{{app.name}}
diff --git a/src/main/index.html b/src/main/index.html
index 4d4a5bf..3ce91e4 100644
--- a/src/main/index.html
+++ b/src/main/index.html
@@ -1,7 +1,7 @@
-
Blockstack Extension
+
uBlockstack Extension
diff --git a/src/main/router.ts b/src/main/router.ts
index 0b2574a..c97eee5 100644
--- a/src/main/router.ts
+++ b/src/main/router.ts
@@ -25,8 +25,8 @@ router.beforeEach((to, from, next) => {
if(to.path !== from.path) {
if(to.path.length > 1) {
const paths = to.path.slice(1).split('/').map(a => a[0].toLocaleUpperCase() + a.slice(1)).join(' - ');
- document.title = 'Blockstack Extension - ' + paths;
- } else document.title = 'Blockstack Extension';
+ document.title = 'uBlockstack Extension - ' + paths;
+ } else document.title = 'uBlockstack Extension';
}
next();
});
diff --git a/src/popup/index.html b/src/popup/index.html
index 13e0b54..323e300 100644
--- a/src/popup/index.html
+++ b/src/popup/index.html
@@ -1,7 +1,7 @@
-
Blockstack Extension
+
uBlockstack Extension