{ "id": "editor", "title": "Editor", "type": "full", "version": "0.31.0", "tier": "browser", "author": "Armature", "icon": "✏️", "description": "Code editor with workspace management, file tree, and AI assist (requires legacy sw.* SDK — dormant until rewritten)", "requires": ["legacy-sdk"], "route": "/s/editor", "layout": "editor", "permissions": [], "settings": [ { "key": "font_size", "label": "Font Size", "type": "number", "default": 13 }, { "key": "tab_size", "label": "Tab Size", "type": "number", "default": 4 }, { "key": "word_wrap", "label": "Word Wrap", "type": "boolean", "default": false } ] }