improved design

This commit is contained in:
Aaron Elijah Mars
2025-06-28 20:26:46 +02:00
parent 30daf29374
commit 3006bceac4
10 changed files with 224 additions and 605 deletions

View File

@@ -1,8 +1,14 @@
{
"manifest_version": 3,
"name": "OpenDia Enhanced Browser Automation",
"version": "2.0.0",
"description": "Enhanced browser automation through Model Context Protocol with pattern database and semantic analysis",
"name": "OpenDia",
"version": "1.0.0",
"description": "Browser automation through Model Context Protocol",
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"tabs",
"activeTab",
@@ -21,7 +27,7 @@
},
"action": {
"default_popup": "popup.html",
"default_title": "OpenDia Enhanced Browser Automation"
"default_title": "OpenDia"
},
"content_scripts": [
{