mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-26 13:19:49 +07:00
* add Gemini API sample * Simplify configuration and fix response formatting * Update wording for gemini nano sample
13 lines
282 B
JSON
13 lines
282 B
JSON
{
|
|
"name": "Chrome Extensions Gemini Demo",
|
|
"version": "1.0",
|
|
"scripts": {
|
|
"build": "rollup sidepanel/index.js --file dist/sidepanel.bundle.js --format iife"
|
|
},
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@google/generative-ai": "0.15.0",
|
|
"rollup": "4.19.0"
|
|
}
|
|
}
|