diff --git a/html/popup.html b/html/popup.html
index 543f3dd..888f628 100644
--- a/html/popup.html
+++ b/html/popup.html
@@ -38,6 +38,7 @@
Some handy shortcuts in Lightning view:
+
diff --git a/popup.js b/popup.js
index 54b8a43..5a5c144 100644
--- a/popup.js
+++ b/popup.js
@@ -4,6 +4,7 @@ const urlMapping = {
"sandboxes": "/lightning/setup/DataManagementCreateTestInstance/home",
"debugLogs": "/lightning/setup/ApexDebugLogs/home",
"deployments": "/lightning/setup/DeployStatus/home",
+ "customSettings": "/lightning/setup/CustomSettings/home",
"customMetadata": "/lightning/setup/CustomMetadata/home",
"devConsole": "/_ui/common/apex/debug/ApexCSIPage",
"classic": "/ltng/switcher?destination=classic",