Describe script access as this add-on, not a second piece of software.
This commit is contained in:
+2
-2
@@ -5,9 +5,9 @@ const manage = document.getElementById("manage");
|
||||
|
||||
browser.runtime.sendMessage({ type: "status" }).then((info) => {
|
||||
if (info && info.hostUp) {
|
||||
statusEl.textContent = "Local script access is on.";
|
||||
statusEl.textContent = "Ready for agents and scripts while Firefox is open.";
|
||||
} else {
|
||||
statusEl.textContent = "You can still issue secrets. Local script access needs the native host.";
|
||||
statusEl.textContent = "You can issue and revoke secrets here.";
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user