{ "name": "panama-search", "title": "Panama Search", "description": "Web search from the launcher, with live suggestions and bang syntax", "categories": ["Web"], "license": "MIT", "author": "gib", "icon": "extension_icon.svg", "commands": [ { "name": "search", "title": "Search the web", "subtitle": "Panama", "description": "Search with live suggestions, opened in the default browser", "mode": "view" } ], "preferences": [], "scripts": { "build": "vici build", "dev": "vici develop" }, "dependencies": { "@vicinae/api": "^0.8.2" }, "devDependencies": { "@types/react": "^19.0.0", "typescript": "^5.9.2" } }