-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy paththeme.json
More file actions
30 lines (30 loc) · 921 Bytes
/
theme.json
File metadata and controls
30 lines (30 loc) · 921 Bytes
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
{
"id": "zen-live-calendar",
"name": "Live Calendar",
"description": "Brings the live calendar functionality from Arc to Zen, making it feel as native as possible.",
"homepage": "https://github.com/Vertex-Mods/Zen-Live-Calendar",
"readme": "https://raw.githubusercontent.com/Vertex-Mods/Zen-Live-Calendar/refs/heads/main/README.md",
"image": "https://github.com/Vertex-Mods/Zen-Live-Calendar/blob/main/image.png?raw=true",
"scripts": {
"live-calendar.uc.mjs": {
"include": [
"chrome://browser/content/browser.xhtml"
],
"version": "2.0",
"name": "Live Calendar",
"description": "Arc-style calendar preview for Google Calendar tabs (Firefox/Zen)"
}
},
"author": "Vertex",
"version": "1.0.0",
"tags": [
"Zen",
"fx-autoconfig",
"Calendar",
"Arc",
"Live"
],
"createdAt": "2025-06-18",
"updatedAt": "2025-06-18",
"fork": ["zen"]
}