25 lines
420 B
JSON
25 lines
420 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Ycombinator keyboard navigation",
|
|
"version": "2",
|
|
"description": "Navigate ycombinator with your keyboard",
|
|
"icons": {
|
|
"48": "icons/48.png"
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"matches": [
|
|
"*://news.ycombinator.com/*"
|
|
],
|
|
"js": [
|
|
"keyboard-watcher.js"
|
|
]
|
|
}
|
|
],
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "{8baac415-d606-422e-89a6-2122747c54dc}"
|
|
}
|
|
}
|
|
}
|