Initial commit.

This commit is contained in:
aminecmi
2022-09-16 11:52:40 +02:00
commit e0e36c44a9
6 changed files with 758 additions and 0 deletions

27
manifest.json Normal file
View File

@ -0,0 +1,27 @@
{
"manifest_version": 2,
"name": "Ycombinator keyboard navigation",
"version": "0.1",
"description": "Navigate ycombinator with your keyboard",
"icons": {
"48": "icons/48.png"
},
"content_scripts": [
{
"matches": ["*://*.ycombinator.com/*"],
"js": ["keyboard-watcher.js"]
}
],
"browser_specific_settings": {
"gecko": {
"id": "XXXxXXXX@amine-louveau.fr"
}
}
}