@openchamber/web 1.2.9 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/README.md +23 -6
  2. package/dist/apple-touch-icon-120x120.png +0 -0
  3. package/dist/apple-touch-icon-152x152.png +0 -0
  4. package/dist/apple-touch-icon-167x167.png +0 -0
  5. package/dist/apple-touch-icon-180x180.png +0 -0
  6. package/dist/apple-touch-icon.png +0 -0
  7. package/dist/apple-touch-icon.svg +15 -17
  8. package/dist/assets/{ToolOutputDialog-f2K9oD5v.js → ToolOutputDialog-ByonTRPM.js} +1 -1
  9. package/dist/assets/{index--aXjlStt.js → index-BleCEZso.js} +2 -2
  10. package/dist/assets/index-a7wSdHza.css +1 -0
  11. package/dist/assets/main-BI96Ha1h.js +118 -0
  12. package/dist/assets/{vendor-.pnpm-CG0rCTSU.js → vendor-.pnpm-CFPpXnpS.js} +353 -345
  13. package/dist/favicon-16.png +0 -0
  14. package/dist/favicon-32.png +0 -0
  15. package/dist/favicon.png +0 -0
  16. package/dist/favicon.svg +15 -0
  17. package/dist/index.html +86 -45
  18. package/dist/logo-dark.svg +15 -3
  19. package/dist/logo-light.svg +15 -3
  20. package/dist/site.webmanifest +14 -8
  21. package/package.json +1 -1
  22. package/public/apple-touch-icon-120x120.png +0 -0
  23. package/public/apple-touch-icon-152x152.png +0 -0
  24. package/public/apple-touch-icon-167x167.png +0 -0
  25. package/public/apple-touch-icon-180x180.png +0 -0
  26. package/public/apple-touch-icon.png +0 -0
  27. package/public/apple-touch-icon.svg +15 -17
  28. package/public/favicon-16.png +0 -0
  29. package/public/favicon-32.png +0 -0
  30. package/public/favicon.png +0 -0
  31. package/public/favicon.svg +15 -0
  32. package/public/logo-dark.svg +15 -3
  33. package/public/logo-light.svg +15 -3
  34. package/public/site.webmanifest +14 -8
  35. package/dist/assets/index-BPgEwB14.css +0 -1
  36. package/dist/assets/main-D3B8-SDo.js +0 -117
Binary file
Binary file
package/dist/favicon.png CHANGED
Binary file
@@ -0,0 +1,15 @@
1
+ <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
2
+ <!-- OpenChamber logo - simplified for favicon -->
3
+ <g transform="translate(16, 16) scale(0.48)">
4
+ <!-- Left face - with fill -->
5
+ <path d="M0 0 L-26 -15 L-26 15 L0 30 Z" fill="white" fill-opacity="0.25" stroke="white" stroke-width="4" stroke-linejoin="round"/>
6
+ <!-- Right face - with fill -->
7
+ <path d="M0 0 L26 -15 L26 15 L0 30 Z" fill="white" fill-opacity="0.4" stroke="white" stroke-width="4" stroke-linejoin="round"/>
8
+ <!-- Top face - open -->
9
+ <path d="M0 -30 L-26 -15 L0 0 L26 -15 Z" fill="none" stroke="white" stroke-width="4" stroke-linejoin="round"/>
10
+ <!-- O logo - hollow rectangle frame on top face with gray fill inside -->
11
+ <g transform="matrix(0.866, 0.5, -0.866, 0.5, 0, -15) scale(0.55)">
12
+ <rect x="-12" y="-14" width="24" height="28" fill="white" fill-opacity="0.4" stroke="white" stroke-width="8"/>
13
+ </g>
14
+ </g>
15
+ </svg>
package/dist/index.html CHANGED
@@ -5,11 +5,10 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
6
6
 
7
7
  <!-- Favicon -->
8
- <link rel="icon" type="image/svg+xml" href="/logo-dark.svg" />
9
- <link rel="icon" type="image/svg+xml" href="/logo-light.svg" media="(prefers-color-scheme: dark)" />
8
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
10
9
  <link rel="icon" type="image/png" href="/favicon-32.png" sizes="32x32" />
11
10
  <link rel="icon" type="image/png" href="/favicon-16.png" sizes="16x16" />
12
- <link rel="mask-icon" href="/logo-dark.svg" color="#edb449" />
11
+ <link rel="mask-icon" href="/favicon.svg" color="#edb449" />
13
12
 
14
13
  <!-- Apple touch icon - PNG format required for iOS PWA support -->
15
14
  <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png" />
@@ -31,19 +30,31 @@
31
30
  "icons": [
32
31
  {
33
32
  "src": baseUrl + "/logo-dark.svg",
34
- "sizes": "any",
33
+ "sizes": "512x512",
35
34
  "type": "image/svg+xml",
36
35
  "purpose": "any maskable"
37
36
  },
38
37
  {
39
- "src": baseUrl + "/favicon-16.png",
40
- "sizes": "16x16",
41
- "type": "image/png"
38
+ "src": baseUrl + "/apple-touch-icon-180x180.png",
39
+ "sizes": "180x180",
40
+ "type": "image/png",
41
+ "purpose": "any"
42
+ },
43
+ {
44
+ "src": baseUrl + "/apple-touch-icon-152x152.png",
45
+ "sizes": "152x152",
46
+ "type": "image/png",
47
+ "purpose": "any"
42
48
  },
43
49
  {
44
50
  "src": baseUrl + "/favicon-32.png",
45
51
  "sizes": "32x32",
46
52
  "type": "image/png"
53
+ },
54
+ {
55
+ "src": baseUrl + "/favicon-16.png",
56
+ "sizes": "16x16",
57
+ "type": "image/png"
47
58
  }
48
59
  ],
49
60
  "categories": ["developer", "tools", "productivity"],
@@ -112,32 +123,24 @@
112
123
  <style>
113
124
  :root {
114
125
  --splash-background: #151313;
115
- --splash-foreground: #cdccc3;
116
- --splash-rect: #4B4646;
117
- --splash-grad-stop1: #F8F8F8;
118
- --splash-grad-stop2: #DAD6D0;
119
- --splash-grad-stop3: #BAB4AF;
120
- --splash-stroke1: rgba(255, 255, 255, 0.08);
121
- --splash-stroke2: rgba(0, 0, 0, 0.15);
122
- --splash-stroke3: rgba(0, 0, 0, 0.2);
126
+ --splash-stroke: white;
127
+ --splash-face-fill: rgba(255, 255, 255, 0.15);
128
+ --splash-cell-fill: rgba(255, 255, 255, 0.35);
129
+ --splash-logo-fill: white;
123
130
  }
124
131
  html[data-splash-variant='light'] {
125
132
  --splash-background: #F6F4EF;
126
- --splash-foreground: #453f37;
127
- --splash-rect: #CFCDCD;
128
- --splash-grad-stop1: #B3AEA6;
129
- --splash-grad-stop2: #928E86;
130
- --splash-grad-stop3: #6E6A63;
131
- --splash-stroke1: rgba(255, 255, 255, 0.22);
132
- --splash-stroke2: rgba(60, 56, 47, 0.25);
133
- --splash-stroke3: rgba(43, 39, 34, 0.4);
133
+ --splash-stroke: black;
134
+ --splash-face-fill: rgba(0, 0, 0, 0.15);
135
+ --splash-cell-fill: rgba(0, 0, 0, 0.4);
136
+ --splash-logo-fill: black;
134
137
  }
135
- @keyframes pulse {
138
+ @keyframes logo-pulse {
136
139
  0%, 100% { opacity: 1; }
137
140
  50% { opacity: 0.4; }
138
141
  }
139
- .loading-pulse {
140
- animation: pulse 2s ease-in-out infinite;
142
+ .logo-pulse {
143
+ animation: logo-pulse 3s ease-in-out infinite;
141
144
  }
142
145
  #initial-loading {
143
146
  background-color: var(--splash-background);
@@ -157,32 +160,70 @@
157
160
  pointer-events: none;
158
161
  }
159
162
  </style>
160
- <script type="module" crossorigin src="/assets/index--aXjlStt.js"></script>
161
- <link rel="modulepreload" crossorigin href="/assets/vendor-.pnpm-CG0rCTSU.js">
163
+ <script type="module" crossorigin src="/assets/index-BleCEZso.js"></script>
164
+ <link rel="modulepreload" crossorigin href="/assets/vendor-.pnpm-CFPpXnpS.js">
162
165
  <link rel="stylesheet" crossorigin href="/assets/vendor--B3aGWKBE.css">
163
- <link rel="stylesheet" crossorigin href="/assets/index-BPgEwB14.css">
166
+ <link rel="stylesheet" crossorigin href="/assets/index-a7wSdHza.css">
164
167
  </head>
165
168
  <body class="h-full bg-background text-foreground">
166
169
  <div id="root" class="h-full">
167
170
  <!-- Loading fallback while React initializes -->
168
171
  <div id="initial-loading">
169
172
  <div style="display: flex; align-items: center; justify-content: center;">
170
- <svg class="loading-pulse" width="96" height="96" viewBox="0 0 70 70" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="OpenChamber loading icon">
171
- <defs>
172
- <linearGradient id="loadingGlyphGradient" x1="0" y1="0" x2="0" y2="1">
173
- <stop offset="0%" stop-color="var(--splash-grad-stop1)"/>
174
- <stop offset="55%" stop-color="var(--splash-grad-stop2)"/>
175
- <stop offset="100%" stop-color="var(--splash-grad-stop3)"/>
176
- </linearGradient>
177
- <linearGradient id="loadingGlyphStroke" x1="0" y1="0" x2="0" y2="1">
178
- <stop offset="0%" stop-color="var(--splash-stroke1)"/>
179
- <stop offset="45%" stop-color="var(--splash-stroke2)"/>
180
- <stop offset="100%" stop-color="var(--splash-stroke3)"/>
181
- </linearGradient>
182
- </defs>
183
- <rect x="8.75" y="31" width="17.5" height="20.5" fill="var(--splash-rect)" />
184
- <path d="M0 13H35V58H0V13ZM26.25 22.1957H8.75V48.701H26.25V22.1957Z" fill="url(#loadingGlyphGradient)" stroke="url(#loadingGlyphStroke)" stroke-width="1.1" stroke-linejoin="round" />
185
- <path d="M43.75 13H70V22.1957H52.5V48.701H70V57.8967H43.75V13Z" fill="url(#loadingGlyphGradient)" stroke="url(#loadingGlyphStroke)" stroke-width="1.1" stroke-linejoin="round" />
173
+ <svg width="120" height="120" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="OpenChamber loading icon">
174
+ <!-- Isometric cube: edge=48, centerY=50 -->
175
+ <!-- Points: top(50,2), left(8.432,26), right(91.568,26), center(50,50), bottomLeft(8.432,74), bottomRight(91.568,74), bottom(50,98) -->
176
+
177
+ <!-- Left face - base fill with stroke -->
178
+ <path d="M50 50 L8.432 26 L8.432 74 L50 98 Z" fill="var(--splash-face-fill)" stroke="var(--splash-stroke)" stroke-width="2" stroke-linejoin="round"/>
179
+
180
+ <!-- Left face grid cells (4x4) with varying opacity -->
181
+ <path d="M50 50 L39.608 44 L39.608 56 L50 62 Z" fill="var(--splash-cell-fill)" opacity="0.2"/>
182
+ <path d="M39.608 44 L29.216 38 L29.216 50 L39.608 56 Z" fill="var(--splash-cell-fill)" opacity="0.45"/>
183
+ <path d="M29.216 38 L18.824 32 L18.824 44 L29.216 50 Z" fill="var(--splash-cell-fill)" opacity="0.15"/>
184
+ <path d="M18.824 32 L8.432 26 L8.432 38 L18.824 44 Z" fill="var(--splash-cell-fill)" opacity="0.55"/>
185
+ <path d="M50 62 L39.608 56 L39.608 68 L50 74 Z" fill="var(--splash-cell-fill)" opacity="0.35"/>
186
+ <path d="M39.608 56 L29.216 50 L29.216 62 L39.608 68 Z" fill="var(--splash-cell-fill)" opacity="0.1"/>
187
+ <path d="M29.216 50 L18.824 44 L18.824 56 L29.216 62 Z" fill="var(--splash-cell-fill)" opacity="0.5"/>
188
+ <path d="M18.824 44 L8.432 38 L8.432 50 L18.824 56 Z" fill="var(--splash-cell-fill)" opacity="0.25"/>
189
+ <path d="M50 74 L39.608 68 L39.608 80 L50 86 Z" fill="var(--splash-cell-fill)" opacity="0.4"/>
190
+ <path d="M39.608 68 L29.216 62 L29.216 74 L39.608 80 Z" fill="var(--splash-cell-fill)" opacity="0.3"/>
191
+ <path d="M29.216 62 L18.824 56 L18.824 68 L29.216 74 Z" fill="var(--splash-cell-fill)" opacity="0.45"/>
192
+ <path d="M18.824 56 L8.432 50 L8.432 62 L18.824 68 Z" fill="var(--splash-cell-fill)" opacity="0.15"/>
193
+ <path d="M50 86 L39.608 80 L39.608 92 L50 98 Z" fill="var(--splash-cell-fill)" opacity="0.55"/>
194
+ <path d="M39.608 80 L29.216 74 L29.216 86 L39.608 92 Z" fill="var(--splash-cell-fill)" opacity="0.2"/>
195
+ <path d="M29.216 74 L18.824 68 L18.824 80 L29.216 86 Z" fill="var(--splash-cell-fill)" opacity="0.35"/>
196
+ <path d="M18.824 68 L8.432 62 L8.432 74 L18.824 80 Z" fill="var(--splash-cell-fill)" opacity="0.1"/>
197
+
198
+ <!-- Right face - base fill with stroke -->
199
+ <path d="M50 50 L91.568 26 L91.568 74 L50 98 Z" fill="var(--splash-face-fill)" stroke="var(--splash-stroke)" stroke-width="2" stroke-linejoin="round"/>
200
+
201
+ <!-- Right face grid cells (4x4) with varying opacity -->
202
+ <path d="M50 50 L60.392 44 L60.392 56 L50 62 Z" fill="var(--splash-cell-fill)" opacity="0.3"/>
203
+ <path d="M60.392 44 L70.784 38 L70.784 50 L60.392 56 Z" fill="var(--splash-cell-fill)" opacity="0.15"/>
204
+ <path d="M70.784 38 L81.176 32 L81.176 44 L70.784 50 Z" fill="var(--splash-cell-fill)" opacity="0.45"/>
205
+ <path d="M81.176 32 L91.568 26 L91.568 38 L81.176 44 Z" fill="var(--splash-cell-fill)" opacity="0.25"/>
206
+ <path d="M50 62 L60.392 56 L60.392 68 L50 74 Z" fill="var(--splash-cell-fill)" opacity="0.5"/>
207
+ <path d="M60.392 56 L70.784 50 L70.784 62 L60.392 68 Z" fill="var(--splash-cell-fill)" opacity="0.35"/>
208
+ <path d="M70.784 50 L81.176 44 L81.176 56 L70.784 62 Z" fill="var(--splash-cell-fill)" opacity="0.1"/>
209
+ <path d="M81.176 44 L91.568 38 L91.568 50 L81.176 56 Z" fill="var(--splash-cell-fill)" opacity="0.4"/>
210
+ <path d="M50 74 L60.392 68 L60.392 80 L50 86 Z" fill="var(--splash-cell-fill)" opacity="0.2"/>
211
+ <path d="M60.392 68 L70.784 62 L70.784 74 L60.392 80 Z" fill="var(--splash-cell-fill)" opacity="0.55"/>
212
+ <path d="M70.784 62 L81.176 56 L81.176 68 L70.784 74 Z" fill="var(--splash-cell-fill)" opacity="0.3"/>
213
+ <path d="M81.176 56 L91.568 50 L91.568 62 L81.176 68 Z" fill="var(--splash-cell-fill)" opacity="0.15"/>
214
+ <path d="M50 86 L60.392 80 L60.392 92 L50 98 Z" fill="var(--splash-cell-fill)" opacity="0.45"/>
215
+ <path d="M60.392 80 L70.784 74 L70.784 86 L60.392 92 Z" fill="var(--splash-cell-fill)" opacity="0.25"/>
216
+ <path d="M70.784 74 L81.176 68 L81.176 80 L70.784 86 Z" fill="var(--splash-cell-fill)" opacity="0.4"/>
217
+ <path d="M81.176 68 L91.568 62 L91.568 74 L81.176 80 Z" fill="var(--splash-cell-fill)" opacity="0.2"/>
218
+
219
+ <!-- Top face - open (no fill), only stroke -->
220
+ <path d="M50 2 L8.432 26 L50 50 L91.568 26 Z" fill="none" stroke="var(--splash-stroke)" stroke-width="2" stroke-linejoin="round"/>
221
+
222
+ <!-- OpenCode logo on top face -->
223
+ <g class="logo-pulse" transform="matrix(0.866, 0.5, -0.866, 0.5, 50, 26) scale(0.75)">
224
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M-16 -20 L16 -20 L16 20 L-16 20 Z M-8 -12 L-8 12 L8 12 L8 -12 Z" fill="var(--splash-logo-fill)"/>
225
+ <path d="M-8 -4 L8 -4 L8 12 L-8 12 Z" fill="var(--splash-logo-fill)" fill-opacity="0.4"/>
226
+ </g>
186
227
  </svg>
187
228
  </div>
188
229
  </div>
@@ -1,4 +1,16 @@
1
- <svg width="70" height="70" viewBox="0 0 70 70" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M0 13H35V58H0V13ZM26.25 22.1957H8.75V48.701H26.25V22.1957Z" fill="black"/>
3
- <path d="M43.75 13H70V22.1957H52.5V48.701H70V57.8967H43.75V13Z" fill="black"/>
1
+ <svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
2
+ <!-- OpenChamber logo - simplified, no background (for dark backgrounds) -->
3
+ <g transform="translate(256, 256) scale(4)">
4
+ <!-- Left face - simplified, no grid cells -->
5
+ <path d="M0 0 L-41.568 -24 L-41.568 24 L0 48 Z" fill="white" fill-opacity="0.2" stroke="white" stroke-width="3" stroke-linejoin="round"/>
6
+ <!-- Right face - simplified, no grid cells -->
7
+ <path d="M0 0 L41.568 -24 L41.568 24 L0 48 Z" fill="white" fill-opacity="0.35" stroke="white" stroke-width="3" stroke-linejoin="round"/>
8
+ <!-- Top face - open -->
9
+ <path d="M0 -48 L-41.568 -24 L0 0 L41.568 -24 Z" fill="none" stroke="white" stroke-width="3" stroke-linejoin="round"/>
10
+ <!-- OpenCode logo on top face -->
11
+ <g transform="matrix(0.866, 0.5, -0.866, 0.5, 0, -24) scale(0.75)">
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M-16 -20 L16 -20 L16 20 L-16 20 Z M-8 -12 L-8 12 L8 12 L8 -12 Z" fill="white"/>
13
+ <path d="M-8 -4 L8 -4 L8 12 L-8 12 Z" fill="white" fill-opacity="0.4"/>
14
+ </g>
15
+ </g>
4
16
  </svg>
@@ -1,4 +1,16 @@
1
- <svg width="70" height="70" viewBox="0 0 70 70" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M0 13H35V58H0V13ZM26.25 22.1957H8.75V48.701H26.25V22.1957Z" fill="white"/>
3
- <path d="M43.75 13H70V22.1957H52.5V48.701H70V57.8967H43.75V13Z" fill="white"/>
1
+ <svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
2
+ <!-- OpenChamber logo - simplified, no background (for light backgrounds) -->
3
+ <g transform="translate(256, 256) scale(4)">
4
+ <!-- Left face - simplified, no grid cells -->
5
+ <path d="M0 0 L-41.568 -24 L-41.568 24 L0 48 Z" fill="black" fill-opacity="0.2" stroke="black" stroke-width="3" stroke-linejoin="round"/>
6
+ <!-- Right face - simplified, no grid cells -->
7
+ <path d="M0 0 L41.568 -24 L41.568 24 L0 48 Z" fill="black" fill-opacity="0.35" stroke="black" stroke-width="3" stroke-linejoin="round"/>
8
+ <!-- Top face - open -->
9
+ <path d="M0 -48 L-41.568 -24 L0 0 L41.568 -24 Z" fill="none" stroke="black" stroke-width="3" stroke-linejoin="round"/>
10
+ <!-- OpenCode logo on top face -->
11
+ <g transform="matrix(0.866, 0.5, -0.866, 0.5, 0, -24) scale(0.75)">
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M-16 -20 L16 -20 L16 20 L-16 20 Z M-8 -12 L-8 12 L8 12 L8 -12 Z" fill="black"/>
13
+ <path d="M-8 -4 L8 -4 L8 12 L-8 12 Z" fill="black" fill-opacity="0.4"/>
14
+ </g>
15
+ </g>
4
16
  </svg>
@@ -10,25 +10,31 @@
10
10
  "icons": [
11
11
  {
12
12
  "src": "/logo-dark.svg",
13
- "sizes": "any",
13
+ "sizes": "512x512",
14
14
  "type": "image/svg+xml",
15
15
  "purpose": "any maskable"
16
16
  },
17
17
  {
18
- "src": "/logo-light.svg",
19
- "sizes": "any",
20
- "type": "image/svg+xml",
21
- "purpose": "any maskable"
18
+ "src": "/apple-touch-icon-180x180.png",
19
+ "sizes": "180x180",
20
+ "type": "image/png",
21
+ "purpose": "any"
22
22
  },
23
23
  {
24
- "src": "/favicon-16.png",
25
- "sizes": "16x16",
26
- "type": "image/png"
24
+ "src": "/apple-touch-icon-152x152.png",
25
+ "sizes": "152x152",
26
+ "type": "image/png",
27
+ "purpose": "any"
27
28
  },
28
29
  {
29
30
  "src": "/favicon-32.png",
30
31
  "sizes": "32x32",
31
32
  "type": "image/png"
33
+ },
34
+ {
35
+ "src": "/favicon-16.png",
36
+ "sizes": "16x16",
37
+ "type": "image/png"
32
38
  }
33
39
  ],
34
40
  "categories": ["developer", "tools", "productivity"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openchamber/web",
3
- "version": "1.2.9",
3
+ "version": "1.3.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./server/index.js",
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,18 +1,16 @@
1
- <svg width="180" height="180" viewBox="0 0 70 70" xmlns="http://www.w3.org/2000/svg">
2
- <g transform="translate(8.75, 8.75) scale(0.75)">
3
- <!-- Letter O with white fill and thin black stroke -->
4
- <path fill-rule="evenodd" clip-rule="evenodd"
5
- d="M0 13H35V58H0V13ZM26.25 22.1957H8.75V48.701H26.25V22.1957Z"
6
- fill="white"
7
- stroke="black"
8
- stroke-width="1.1"
9
- stroke-linejoin="round"/>
10
-
11
- <!-- Letter C with white fill and thin black stroke -->
12
- <path d="M43.75 13H70V22.1957H52.5V48.701H70V57.8967H43.75V13Z"
13
- fill="white"
14
- stroke="black"
15
- stroke-width="1.1"
16
- stroke-linejoin="round"/>
1
+ <svg width="180" height="180" viewBox="0 0 180 180" xmlns="http://www.w3.org/2000/svg">
2
+ <!-- OpenChamber logo - simplified, no background (for iOS) -->
3
+ <g transform="translate(90, 90) scale(1.4)">
4
+ <!-- Left face - simplified, no grid cells -->
5
+ <path d="M0 0 L-41.568 -24 L-41.568 24 L0 48 Z" fill="white" fill-opacity="0.2" stroke="white" stroke-width="3" stroke-linejoin="round"/>
6
+ <!-- Right face - simplified, no grid cells -->
7
+ <path d="M0 0 L41.568 -24 L41.568 24 L0 48 Z" fill="white" fill-opacity="0.35" stroke="white" stroke-width="3" stroke-linejoin="round"/>
8
+ <!-- Top face - open -->
9
+ <path d="M0 -48 L-41.568 -24 L0 0 L41.568 -24 Z" fill="none" stroke="white" stroke-width="3" stroke-linejoin="round"/>
10
+ <!-- OpenCode logo on top face -->
11
+ <g transform="matrix(0.866, 0.5, -0.866, 0.5, 0, -24) scale(0.75)">
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M-16 -20 L16 -20 L16 20 L-16 20 Z M-8 -12 L-8 12 L8 12 L8 -12 Z" fill="white"/>
13
+ <path d="M-8 -4 L8 -4 L8 12 L-8 12 Z" fill="white" fill-opacity="0.4"/>
14
+ </g>
17
15
  </g>
18
- </svg>
16
+ </svg>
Binary file
Binary file
Binary file
@@ -0,0 +1,15 @@
1
+ <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
2
+ <!-- OpenChamber logo - simplified for favicon -->
3
+ <g transform="translate(16, 16) scale(0.48)">
4
+ <!-- Left face - with fill -->
5
+ <path d="M0 0 L-26 -15 L-26 15 L0 30 Z" fill="white" fill-opacity="0.25" stroke="white" stroke-width="4" stroke-linejoin="round"/>
6
+ <!-- Right face - with fill -->
7
+ <path d="M0 0 L26 -15 L26 15 L0 30 Z" fill="white" fill-opacity="0.4" stroke="white" stroke-width="4" stroke-linejoin="round"/>
8
+ <!-- Top face - open -->
9
+ <path d="M0 -30 L-26 -15 L0 0 L26 -15 Z" fill="none" stroke="white" stroke-width="4" stroke-linejoin="round"/>
10
+ <!-- O logo - hollow rectangle frame on top face with gray fill inside -->
11
+ <g transform="matrix(0.866, 0.5, -0.866, 0.5, 0, -15) scale(0.55)">
12
+ <rect x="-12" y="-14" width="24" height="28" fill="white" fill-opacity="0.4" stroke="white" stroke-width="8"/>
13
+ </g>
14
+ </g>
15
+ </svg>
@@ -1,4 +1,16 @@
1
- <svg width="70" height="70" viewBox="0 0 70 70" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M0 13H35V58H0V13ZM26.25 22.1957H8.75V48.701H26.25V22.1957Z" fill="black"/>
3
- <path d="M43.75 13H70V22.1957H52.5V48.701H70V57.8967H43.75V13Z" fill="black"/>
1
+ <svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
2
+ <!-- OpenChamber logo - simplified, no background (for dark backgrounds) -->
3
+ <g transform="translate(256, 256) scale(4)">
4
+ <!-- Left face - simplified, no grid cells -->
5
+ <path d="M0 0 L-41.568 -24 L-41.568 24 L0 48 Z" fill="white" fill-opacity="0.2" stroke="white" stroke-width="3" stroke-linejoin="round"/>
6
+ <!-- Right face - simplified, no grid cells -->
7
+ <path d="M0 0 L41.568 -24 L41.568 24 L0 48 Z" fill="white" fill-opacity="0.35" stroke="white" stroke-width="3" stroke-linejoin="round"/>
8
+ <!-- Top face - open -->
9
+ <path d="M0 -48 L-41.568 -24 L0 0 L41.568 -24 Z" fill="none" stroke="white" stroke-width="3" stroke-linejoin="round"/>
10
+ <!-- OpenCode logo on top face -->
11
+ <g transform="matrix(0.866, 0.5, -0.866, 0.5, 0, -24) scale(0.75)">
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M-16 -20 L16 -20 L16 20 L-16 20 Z M-8 -12 L-8 12 L8 12 L8 -12 Z" fill="white"/>
13
+ <path d="M-8 -4 L8 -4 L8 12 L-8 12 Z" fill="white" fill-opacity="0.4"/>
14
+ </g>
15
+ </g>
4
16
  </svg>
@@ -1,4 +1,16 @@
1
- <svg width="70" height="70" viewBox="0 0 70 70" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M0 13H35V58H0V13ZM26.25 22.1957H8.75V48.701H26.25V22.1957Z" fill="white"/>
3
- <path d="M43.75 13H70V22.1957H52.5V48.701H70V57.8967H43.75V13Z" fill="white"/>
1
+ <svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
2
+ <!-- OpenChamber logo - simplified, no background (for light backgrounds) -->
3
+ <g transform="translate(256, 256) scale(4)">
4
+ <!-- Left face - simplified, no grid cells -->
5
+ <path d="M0 0 L-41.568 -24 L-41.568 24 L0 48 Z" fill="black" fill-opacity="0.2" stroke="black" stroke-width="3" stroke-linejoin="round"/>
6
+ <!-- Right face - simplified, no grid cells -->
7
+ <path d="M0 0 L41.568 -24 L41.568 24 L0 48 Z" fill="black" fill-opacity="0.35" stroke="black" stroke-width="3" stroke-linejoin="round"/>
8
+ <!-- Top face - open -->
9
+ <path d="M0 -48 L-41.568 -24 L0 0 L41.568 -24 Z" fill="none" stroke="black" stroke-width="3" stroke-linejoin="round"/>
10
+ <!-- OpenCode logo on top face -->
11
+ <g transform="matrix(0.866, 0.5, -0.866, 0.5, 0, -24) scale(0.75)">
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M-16 -20 L16 -20 L16 20 L-16 20 Z M-8 -12 L-8 12 L8 12 L8 -12 Z" fill="black"/>
13
+ <path d="M-8 -4 L8 -4 L8 12 L-8 12 Z" fill="black" fill-opacity="0.4"/>
14
+ </g>
15
+ </g>
4
16
  </svg>
@@ -10,25 +10,31 @@
10
10
  "icons": [
11
11
  {
12
12
  "src": "/logo-dark.svg",
13
- "sizes": "any",
13
+ "sizes": "512x512",
14
14
  "type": "image/svg+xml",
15
15
  "purpose": "any maskable"
16
16
  },
17
17
  {
18
- "src": "/logo-light.svg",
19
- "sizes": "any",
20
- "type": "image/svg+xml",
21
- "purpose": "any maskable"
18
+ "src": "/apple-touch-icon-180x180.png",
19
+ "sizes": "180x180",
20
+ "type": "image/png",
21
+ "purpose": "any"
22
22
  },
23
23
  {
24
- "src": "/favicon-16.png",
25
- "sizes": "16x16",
26
- "type": "image/png"
24
+ "src": "/apple-touch-icon-152x152.png",
25
+ "sizes": "152x152",
26
+ "type": "image/png",
27
+ "purpose": "any"
27
28
  },
28
29
  {
29
30
  "src": "/favicon-32.png",
30
31
  "sizes": "32x32",
31
32
  "type": "image/png"
33
+ },
34
+ {
35
+ "src": "/favicon-16.png",
36
+ "sizes": "16x16",
37
+ "type": "image/png"
32
38
  }
33
39
  ],
34
40
  "categories": ["developer", "tools", "productivity"],