PlayCanvas Editor MCP Server

Official
{ "manifest_version": 3, "name": "PlayCanvas Editor Interface", "description": "This extension allows you to interact with the PlayCanvas Editor", "version": "1.0", "permissions": ["activeTab"], "action": { "default_popup": "popup.html" }, "host_permissions": ["http://playcanvas.com/*", "https://playcanvas.com/*"], "content_scripts": [ { "matches": ["http://playcanvas.com/*", "https://playcanvas.com/*"], "js": ["content.js"], "world": "MAIN" } ] }