-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
37 lines (37 loc) · 850 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "Multiple Chatbots",
"description": "Multiple Chatbots: Ask multiple AI Assistants simultaneously!",
"action": {
"default_popup": "index.html"
},
"background": {
"service_worker": "background.js"
},
"commands": {
"_open_popup": {
"description": "Open Dialog",
"suggested_key": {
"default": "Alt+Q",
"windows": "Alt+Q",
"mac": "Alt+Q"
}
}
},
"host_permissions": [
"https://gemini.google.com/*"
],
"icons": {
"16": "icons/icon_dark-16x16.png",
"32": "icons/icon_dark-32x32.png",
"48": "icons/icon_dark-48x48.png",
"128": "icons/icon_dark-128x128.png"
},
"manifest_version": 3,
"permissions": [
"storage",
"scripting",
"tabGroups"
],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "0.1.6"
}