-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathgemini-extension.json
More file actions
49 lines (49 loc) · 1.12 KB
/
gemini-extension.json
File metadata and controls
49 lines (49 loc) · 1.12 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "firebase",
"description": "Prototype, build & run modern apps users love with Firebase's backend, AI, and operational infrastructure.",
"version": "1.0.0",
"contextFileName": "FIREBASE.md",
"mcpServers": {
"firebase": {
"command": "npx",
"args": ["-y", "firebase-tools@latest", "mcp"],
"env": {
"IS_GEMINI_CLI_EXTENSION": "true"
}
}
},
"themes": [
{
"name": "firebase-default-dark",
"type": "custom",
"background": {
"primary": "#212121",
"diff": {
"added": "green",
"removed": "red"
}
},
"text": {
"primary": "#E8E8E8",
"secondary": "#A6A6A6",
"link": "#7CACF8",
"accent": "#0B57D0",
"response": "#7CACF8"
},
"status": {
"success": "#6DD58C",
"warning": "#FFB300",
"error": "#E46962"
},
"border": {
"default": "#2F3032",
"focused": "#2F3032"
},
"ui": {
"comment": "#DD2C00",
"symbol": "#2F3032",
"gradient": ["#FFC400", "#FF9100", "#DD2C00"]
}
}
]
}