brave-rofi-menu
Version:
A tool to switch Brave browser tabs using i3 and rofi.
33 lines (32 loc) • 647 B
JSON
{
"name": "brave-rofi-menu",
"version": "1.0.5",
"type": "module",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/antlis/brave-rofi-menu"
},
"bin": {
"brave-rofi-menu": "./bin/brave-rofi-menu"
},
"scripts": {
"start": "node src/index.js"
},
"author": "antlis",
"license": "MIT",
"description": "A tool to switch Brave browser tabs using i3 and rofi.",
"dependencies": {
"chrome-remote-interface": "^0.33.2"
},
"keywords": [
"brave",
"browser",
"tabs",
"i3",
"rofi",
"productivity",
"automation",
"chrome-remote-interface"
]
}