{ "manifest_version": 3, "name": "지재권 검색 확장 (컨텍스트 메뉴)", "version": "1.0", "description": "드래그한 텍스트를 우클릭 → '지재권 검색'으로 마크인포 검색을 수행합니다.", "permissions": [ "contextMenus", "storage", "notifications", "alarms" ], "host_permissions": [ "https://markinfo.kr/*" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon.png" } }