From 734e86269af048651ecd59b404360b4e55b2abad Mon Sep 17 00:00:00 2001 From: Gitoffthelawn Date: Sat, 18 Nov 2017 10:34:34 -0800 Subject: [PATCH] Switched to the term Navigate, if you like it Only if you like it. :) --- manifest.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index ccace71..6501a30 100644 --- a/manifest.json +++ b/manifest.json @@ -23,32 +23,32 @@ "browser_style": true, "default_icon": "icons/folder.png", "default_popup": "popup/panel.html", - "default_title": "Browse for folders" + "default_title": "Navigate folders" }, "commands": { "browse-to-top": { "suggested_key": { "default": "Alt+Shift+Up" }, - "description": "Browse to the root folder" + "description": "Navigate to the root folder" }, "browse-up": { "suggested_key": { "default": "Alt+Up" }, - "description": "Browse to the next folder up" + "description": "Navigate to the next folder up" }, "browse-down": { "suggested_key": { "default": "Alt+Down" }, - "description": "Browse to the next folder down" + "description": "Navigate to the next folder down" }, "browse-to-bottom": { "suggested_key": { "default": "Alt+Shift+Down" }, - "description": "Browse to the deepest folder" + "description": "Navigate to the deepest folder" } }, "options_ui": {