Add proper icon, update readme, manifest
This commit is contained in:
parent
df3aa08284
commit
416ca2091e
@ -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+Enter/Ctrl+f__: Ctrl-click link (open new background tab)
|
||||||
* __Ctrl+Shift+x__: Disable the hotkeys (for current 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
|
### Screenshot
|
||||||
|
|
||||||
|
BIN
img/icon.png
BIN
img/icon.png
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB |
BIN
img/icon16.png
Executable file
BIN
img/icon16.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 621 B |
BIN
img/icon32.png
Executable file
BIN
img/icon32.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
img/icon64.png
Executable file
BIN
img/icon64.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
@ -10,14 +10,16 @@
|
|||||||
"service_worker": "js/background.js"
|
"service_worker": "js/background.js"
|
||||||
},
|
},
|
||||||
"icons": {
|
"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,
|
"manifest_version": 3,
|
||||||
"name": "Spatial Navigation",
|
"name": "Spatial Navigation",
|
||||||
"permissions": ["storage"],
|
"permissions": ["storage"],
|
||||||
"host_permissions": ["<all_urls>"],
|
"host_permissions": ["<all_urls>"],
|
||||||
"short_name": "spatial-navigation",
|
"short_name": "spatial-navigation",
|
||||||
"version": "0.4.8",
|
"version": "0.5",
|
||||||
"options_page": "options.html"
|
"options_page": "options.html"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user