gaurv007 commited on
Commit
a07bb67
Β·
verified Β·
1 Parent(s): 57fc849

Point extension at live API: gaurv007-clauseguard-api.hf.space

Browse files
extension/background.js CHANGED
@@ -3,7 +3,7 @@
3
  * Handles: API calls, auth token management, side panel control, usage tracking
4
  */
5
 
6
- const API_BASE = "https://api.clauseguard.com";
7
  const FREE_SCANS_PER_MONTH = 10;
8
 
9
  // ─── Side Panel ───
 
3
  * Handles: API calls, auth token management, side panel control, usage tracking
4
  */
5
 
6
+ const API_BASE = "https://gaurv007-clauseguard-api.hf.space";
7
  const FREE_SCANS_PER_MONTH = 10;
8
 
9
  // ─── Side Panel ───
extension/manifest.json CHANGED
@@ -10,7 +10,7 @@
10
  "scripting"
11
  ],
12
  "host_permissions": [
13
- "https://api.clauseguard.com/*"
14
  ],
15
  "background": {
16
  "service_worker": "background.js",
 
10
  "scripting"
11
  ],
12
  "host_permissions": [
13
+ "https://gaurv007-clauseguard-api.hf.space/*"
14
  ],
15
  "background": {
16
  "service_worker": "background.js",