insodimension/phone-switcher
v0.1.1
The space switcher as a rail-head menu: re-exports SWITCHER_DROPDOWN from @fraym/ui. For layouts that cannot afford a 56px switcher column — the phone layout.
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": "phone-switcher",
"version": "0.1.1",
"description": "The space switcher as a rail-head menu: re-exports SWITCHER_DROPDOWN from @fraym/ui. For layouts that cannot afford a 56px switcher column — the `phone` layout.",
"author": {
"name": "Dimension"
},
"keywords": [
"component",
"switcher",
"phone"
],
"extensions": {
"ai.insodimension.dimension": {
"contractVersion": 1,
"title": "Phone Switcher",
"icon": "layers",
"category": "component",
"defaultEnabled": true,
"entry": "dist/index.mjs",
"type": "component",
"slot": "switcher"
}
}
}
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- ai.insodimension.dimension