Spaces:
Sleeping
Sleeping
fix(manifest): add Gradio Space to host_permissions, remove unused cookies perm, bump to 1.1.0
Browse files- extension/manifest.json +3 -3
extension/manifest.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
| 1 |
{
|
| 2 |
"manifest_version": 3,
|
| 3 |
"name": "ClauseGuard — AI Fine Print Scanner",
|
| 4 |
-
"version": "1.
|
| 5 |
"description": "Highlights unfair clauses in Terms of Service, contracts, and lease agreements.",
|
| 6 |
"permissions": [
|
| 7 |
"activeTab",
|
| 8 |
"storage",
|
| 9 |
"sidePanel",
|
| 10 |
-
"scripting"
|
| 11 |
-
"cookies"
|
| 12 |
],
|
| 13 |
"host_permissions": [
|
| 14 |
"https://gaurv007-clauseguard-api.hf.space/*",
|
|
|
|
| 15 |
"https://clauseguardweb.netlify.app/*",
|
| 16 |
"https://*.netlify.app/*"
|
| 17 |
],
|
|
|
|
| 1 |
{
|
| 2 |
"manifest_version": 3,
|
| 3 |
"name": "ClauseGuard — AI Fine Print Scanner",
|
| 4 |
+
"version": "1.1.0",
|
| 5 |
"description": "Highlights unfair clauses in Terms of Service, contracts, and lease agreements.",
|
| 6 |
"permissions": [
|
| 7 |
"activeTab",
|
| 8 |
"storage",
|
| 9 |
"sidePanel",
|
| 10 |
+
"scripting"
|
|
|
|
| 11 |
],
|
| 12 |
"host_permissions": [
|
| 13 |
"https://gaurv007-clauseguard-api.hf.space/*",
|
| 14 |
+
"https://gaurv007-clauseguard.hf.space/*",
|
| 15 |
"https://clauseguardweb.netlify.app/*",
|
| 16 |
"https://*.netlify.app/*"
|
| 17 |
],
|