diff --git a/icon.svg b/icon.svg new file mode 100644 index 0000000..af86490 --- /dev/null +++ b/icon.svg @@ -0,0 +1,43 @@ + diff --git a/icons/icon128.png b/icons/icon128.png new file mode 100644 index 0000000..6a7d657 Binary files /dev/null and b/icons/icon128.png differ diff --git a/icons/icon16.png b/icons/icon16.png new file mode 100644 index 0000000..ed6ab6b Binary files /dev/null and b/icons/icon16.png differ diff --git a/icons/icon32.png b/icons/icon32.png new file mode 100644 index 0000000..440c78a Binary files /dev/null and b/icons/icon32.png differ diff --git a/icons/icon48.png b/icons/icon48.png new file mode 100644 index 0000000..1889792 Binary files /dev/null and b/icons/icon48.png differ diff --git a/manifest.json b/manifest.json index 71f10e9..15e4ccd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 3, - "name": "AI Hardware Sourcing Assistant", + "name": "AI 硬件采购助手", "version": "1.0", "description": "Extract structured product data using Gemini AI.", "permissions": [ @@ -20,6 +20,18 @@ "default_path": "sidepanel.html" }, "action": { - "default_title": "Open Side Panel" + "default_title": "AI 硬件采购助手", + "default_icon": { + "16": "icons/icon16.png", + "32": "icons/icon32.png", + "48": "icons/icon48.png", + "128": "icons/icon128.png" + } + }, + "icons": { + "16": "icons/icon16.png", + "32": "icons/icon32.png", + "48": "icons/icon48.png", + "128": "icons/icon128.png" } } diff --git a/sidepanel.html b/sidepanel.html index 9380feb..3293c9c 100644 --- a/sidepanel.html +++ b/sidepanel.html @@ -1,9 +1,9 @@ - +
-