From 79ec284b676df14138948e51470b70f5ef940c79 Mon Sep 17 00:00:00 2001 From: Jonas Almeida Date: Fri, 7 Mar 2025 11:59:43 -0300 Subject: [PATCH] Update package name and identifier to kunkun-ext-google-search --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 067b34b..b7bbd64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "$schema": "https://schema.kunkun.sh", - "name": "google-search", + "name": "kunkun-ext-google-search", "version": "0.0.10", "license": "MIT", "type": "module", @@ -13,7 +13,7 @@ "name": "Google Search", "shortDescription": "Google search with autosuggestions", "longDescription": "Google search with autosuggestions", - "identifier": "google-search", + "identifier": "kunkun-ext-google-search", "permissions": [ "fetch:all", "clipboard:write-text",