Files
playwriter/extension-playwright/manifest.json
Tommy D. Rossi 8e98c68de4 got it to work
2025-11-13 21:12:31 +01:00

34 lines
724 B
JSON

{
"manifest_version": 3,
"name": "Playwriter",
"version": "0.0.47",
"description": "Playwriter MCP",
"permissions": [
"debugger",
"activeTab",
"tabs"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "lib/background.mjs",
"type": "module"
},
"action": {
"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-gray-16.png",
"32": "icons/icon-gray-32.png",
"48": "icons/icon-gray-48.png",
"128": "icons/icon-gray-128.png"
}
}