livedesk 0.1.90 → 0.1.91

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.
package/README.md CHANGED
@@ -21,3 +21,16 @@ npx -y livedesk client 3
21
21
  The client signs in with Google, discovers the active Hub, and connects to the wall.
22
22
  On Windows, enable **Start with Windows** on the connection page to reconnect
23
23
  automatically after reboot.
24
+
25
+ ## Free ad slot
26
+
27
+ Free accounts show a standard bottom ad slot. Set these Vite build variables
28
+ for a real AdSense placement:
29
+
30
+ ```text
31
+ VITE_LIVEDESK_ADSENSE_CLIENT=ca-pub-...
32
+ VITE_LIVEDESK_ADSENSE_SLOT=...
33
+ ```
34
+
35
+ Without those values, LiveDesk renders a neutral sponsored-placement placeholder
36
+ so the free-plan layout can still be tested.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "livedesk",
3
- "version": "0.1.90",
3
+ "version": "0.1.91",
4
4
  "description": "LiveDesk Hub and client launcher",
5
5
  "type": "module",
6
6
  "bin": {