Skip to content

Commit

Permalink
Update to version 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TenSoja committed Dec 9, 2024
1 parent f66af8b commit 3cf8423
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_extensionName__",
"version": "4.0",
"version": "4.1",
"manifest_version": 2,
"description": "__MSG_extensionDescription__",
"homepage_url": "https://github.com/TenSoja/clear-cache",
Expand Down Expand Up @@ -34,15 +34,6 @@
"notifications",
"storage"
],

"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "F9"
},
"description": "Shortcut for Clear Cache"
}
},

"default_locale": "en"
}

2 comments on commit 3cf8423

@bkysela
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change removes the ability to use the F9 shortcut. Was this done on purpose? This is a substantial loss of functionality. I tested locally by adding it back in and the F9 shortcut worked again.

@TenSoja
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this! The removal of the F9 shortcut was unintentional. I was testing a new feature and accidentally left it out. I'll restore it right now.

Please sign in to comment.