better tools

This commit is contained in:
Aaron Elijah Mars
2025-06-25 19:07:09 +02:00
parent 1d870520f0
commit bc1f1d4f3c
7 changed files with 2812 additions and 326 deletions

View File

@@ -1,24 +1,15 @@
{
"manifest_version": 3,
"name": "OpenDia Browser Bridge",
"version": "1.0.0",
"description": "Exposes browser functions through Model Context Protocol",
"name": "OpenDia Enhanced Browser Automation",
"version": "2.0.0",
"description": "Enhanced browser automation through Model Context Protocol with pattern database and semantic analysis",
"permissions": [
"tabs",
"activeTab",
"storage",
"bookmarks",
"history",
"downloads",
"cookies",
"webNavigation",
"scripting",
"nativeMessaging",
"contextMenus",
"notifications",
"alarms",
"clipboardRead",
"clipboardWrite"
"webNavigation",
"notifications"
],
"host_permissions": [
"<all_urls>"
@@ -28,7 +19,7 @@
},
"action": {
"default_popup": "popup.html",
"default_title": "OpenDia Browser Bridge"
"default_title": "OpenDia Enhanced Browser Automation"
},
"content_scripts": [
{
@@ -41,4 +32,4 @@
"ids": ["*"],
"matches": ["http://localhost/*"]
}
}
}