We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab438c3 commit a674bc6Copy full SHA for a674bc6
2 files changed
gemini-extension.json
@@ -1,6 +1,6 @@
1
{
2
"name": "webpilot",
3
- "version": "0.5.0",
+ "version": "0.5.1",
4
"description": "CDP-free browser automation with human-like behavior. Drive a real browser via WebSocket from any AI agent.",
5
"contextFileName": "SKILL.md"
6
}
package.json
"name": "h17-webpilot",
"description": "Browser control framework for agents via Chrome extension + WebSocket",
"main": "index.js",
"bin": {
@@ -48,7 +48,7 @@
48
"url": "https://github.com/hugopalma17/webpilot/issues"
49
},
50
"author": "Hugo Palma",
51
- "homepage": "https://github.com/hugopalma17/webpilot",
+ "homepage": "https://h17.ai/docs/webpilot",
52
"license": "Apache-2.0",
53
"type": "commonjs",
54
"engines": {
0 commit comments