Skip to content

Commit a48ea35

Browse files
committed
better manifest descriptions
1 parent b8abe1b commit a48ea35

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

functional-samples/ai.gemini-on-device-alt-texter/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Alt Texter",
44
"version": "1.0",
5-
"description": "Generates alt text for images using the Prompt API.",
5+
"description": "Generates alt text for images using the Gemini Nano Prompt API.",
66
"permissions": ["contextMenus", "clipboardWrite"],
77
"host_permissions": ["<all_urls>"],
88
"minimum_chrome_version": "138",

functional-samples/ai.gemini-on-device-audio-scribe/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Audio scribe",
3-
"description": "Listens and transcribe it",
3+
"description": "Use Gemini Nano to transcribe audio messages in chat conversations.",
44
"version": "0.2",
55
"icons": {
66
"128": "assets/icon128.png"

functional-samples/ai.gemini-on-device-calendar-mate/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Calendar Mate",
44
"version": "1.0",
5-
"description": "Create Google Calendar events from selected text.",
5+
"description": "Create Google Calendar events from selected text using Gemini Nano.",
66
"permissions": ["contextMenus"],
77
"minimum_chrome_version": "138",
88
"background": {

functional-samples/ai.gemini-on-device/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Chrome Prompt AI Demo",
33
"version": "0.2",
44
"manifest_version": 3,
5-
"description": "Try Chrome's built-in prompt API.",
5+
"description": "Try Chrome's built-in prompt API built with Gemini Nano.",
66
"background": {
77
"service_worker": "background.js"
88
},

0 commit comments

Comments
 (0)