diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json new file mode 100644 index 0000000..002706e --- /dev/null +++ b/.agents/plugins/marketplace.json @@ -0,0 +1,20 @@ +{ + "name": "webwright", + "interface": { + "displayName": "Webwright" + }, + "plugins": [ + { + "name": "webwright", + "source": { + "source": "local", + "path": "./plugins/webwright" + }, + "policy": { + "installation": "AVAILABLE", + "authentication": "ON_INSTALL" + }, + "category": "Productivity" + } + ] +} diff --git a/plugins/webwright b/plugins/webwright new file mode 120000 index 0000000..a96aa0e --- /dev/null +++ b/plugins/webwright @@ -0,0 +1 @@ +.. \ No newline at end of file