What this package declares
The file a client reads when it loads this plugin, exactly as this revision carries it.
plugin.json
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "in-app-browser-use",
"version": "0.1.1",
"description": "Guidance for operating Pichu's session browser.",
"author": {
"name": "Pichu"
},
"keywords": ["browser", "embedded-browser", "in-app-browser", "sidebar"],
"extensions": {
"com.pichu.app": {
"runtime": {
"node": ">=20"
},
"permissions": {
"filesystem": ["read", "write"],
"shell": "prompt",
"network": "deny"
},
"interface": {
"displayName": "In-App Browser Use",
"shortDescription": "Operate Pichu's session browser.",
"developerName": "Pichu",
"category": "Browser",
"icon": "./assets/icon.png",
"logo": "./assets/logo.png",
"capabilities": ["Skill", "Browser"],
"defaultPrompt": [
"Use the session browser to open this URL.",
"Use Browser Use to inspect the current page."
]
}
}
}
}
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- com.pichu.app