got it to work

This commit is contained in:
Tommy D. Rossi
2025-11-13 21:12:31 +01:00
parent ddde04fe63
commit 8e98c68de4
18 changed files with 328 additions and 516 deletions
+13 -7
View File
@@ -1,8 +1,8 @@
{
"manifest_version": 3,
"name": "Playwright MCP Bridge",
"name": "Playwriter",
"version": "0.0.47",
"description": "Click to attach debugger to current tab",
"description": "Playwriter MCP",
"permissions": [
"debugger",
"activeTab",
@@ -16,12 +16,18 @@
"type": "module"
},
"action": {
"default_title": "Click to attach debugger"
"default_title": "Click to attach debugger",
"default_icon": {
"16": "icons/icon-gray-16.png",
"32": "icons/icon-gray-32.png",
"48": "icons/icon-gray-48.png",
"128": "icons/icon-gray-128.png"
}
},
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
"16": "icons/icon-gray-16.png",
"32": "icons/icon-gray-32.png",
"48": "icons/icon-gray-48.png",
"128": "icons/icon-gray-128.png"
}
}