This commit is contained in:
2025-05-15 22:30:21 -04:00
parent cde2fd3331
commit 6cc8a1a877
4 changed files with 137 additions and 73 deletions

View File

@ -1,21 +1,24 @@
{
"manifest_version": 2,
"name": "Ycombinator keyboard navigation",
"version": "1",
"description": "Navigate ycombinator with your keyboard",
"icons": {
"48": "icons/48.png"
},
"content_scripts": [
{
"matches": ["*://*.ycombinator.com/*"],
"js": ["keyboard-watcher.js"]
}
]
"manifest_version": 3,
"name": "Ycombinator keyboard navigation",
"version": "4",
"description": "Navigate ycombinator with your keyboard",
"icons": {
"48": "icons/48.png"
},
"content_scripts": [
{
"matches": [
"*://news.ycombinator.com/*"
],
"js": [
"keyboard-watcher.user.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{8baac415-d606-422e-89a6-2122747c54dc}"
}
}
}