forked from AmineB/ycombinator-keys
Rewrite
This commit is contained in:
@ -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}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user