Add ping/pong keep-alive to prevent service worker termination

This commit is contained in:
Tommy D. Rossi
2025-12-31 16:15:17 +01:00
parent 02fda90578
commit be1b9514d3
4 changed files with 39 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Playwriter MCP",
"version": "0.0.61",
"version": "0.0.64",
"description": "Automate your Browser using Cursor, Claude, VS Code. More capable and context efficient than Playwright MCP.",
"permissions": ["debugger", "tabGroups", "contextMenus", "tabs"],
"host_permissions": ["<all_urls>"],
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "mcp-extension",
"version": "0.0.61",
"version": "0.0.64",
"description": "Playwright MCP Browser Extension",
"private": true,
"repository": {