Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switched to the term Navigate, if you like it #45

Open
wants to merge 1 commit into
base: release
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down