diff --git a/README.md b/README.md index 2fc99c3..b44eb16 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Binds WASD, F, E and Q keys for navigation/hints. * __Ctrl+Enter/Ctrl+f__: Ctrl-click link (open new background tab) * __Ctrl+Shift+x__: Disable the hotkeys (for current tab) -To set your own keys, visit the extension options page in your browser's extension manager page. +To set your own keys click the icon and choose `Options`, or visit the extension details in the browser extension manager. ### Screenshot diff --git a/img/icon.png b/img/icon.png deleted file mode 100644 index 3f979ed..0000000 Binary files a/img/icon.png and /dev/null differ diff --git a/img/icon16.png b/img/icon16.png new file mode 100755 index 0000000..250b5be Binary files /dev/null and b/img/icon16.png differ diff --git a/img/icon32.png b/img/icon32.png new file mode 100755 index 0000000..6972dd0 Binary files /dev/null and b/img/icon32.png differ diff --git a/img/icon64.png b/img/icon64.png new file mode 100755 index 0000000..8484ac2 Binary files /dev/null and b/img/icon64.png differ diff --git a/manifest.json b/manifest.json index 9e3608d..42ccf5b 100755 --- a/manifest.json +++ b/manifest.json @@ -10,14 +10,16 @@ "service_worker": "js/background.js" }, "icons": { - "32": "img/icon.png" + "16": "img/icon16.png", + "32": "img/icon32.png", + "64": "img/icon64.png" }, - "description": "Smart spatial navigation with key map to links. Bind WASDE and Q keys.", + "description": "Smart Spatial Navigation extension with key map to links. Binds WASD and Q/E/F keys.", "manifest_version": 3, "name": "Spatial Navigation", "permissions": ["storage"], "host_permissions": [""], "short_name": "spatial-navigation", - "version": "0.4.8", + "version": "0.5", "options_page": "options.html" }