forked from AmineB/ycombinator-keys
Initial commit.
This commit is contained in:
27
manifest.json
Normal file
27
manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user