2022-09-16 09:52:40 +00:00
|
|
|
{
|
|
|
|
|
|
|
|
"manifest_version": 2,
|
|
|
|
"name": "Ycombinator keyboard navigation",
|
2022-09-16 10:30:44 +00:00
|
|
|
"version": "1",
|
2022-09-16 09:52:40 +00:00
|
|
|
|
|
|
|
"description": "Navigate ycombinator with your keyboard",
|
|
|
|
|
|
|
|
"icons": {
|
|
|
|
"48": "icons/48.png"
|
|
|
|
},
|
|
|
|
|
|
|
|
"content_scripts": [
|
|
|
|
{
|
|
|
|
"matches": ["*://*.ycombinator.com/*"],
|
|
|
|
"js": ["keyboard-watcher.js"]
|
|
|
|
}
|
2022-09-16 10:30:44 +00:00
|
|
|
]
|
2022-09-16 09:52:40 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|