Mercurial > personal > no-gemini
comparison extension/manifest.json @ 54:7af5f3d7ec03 default tip
Bump to v0.2.30.1 to fix Gecko manifest error.
| author | Paul Fisher <paul@pfish.zone> |
|---|---|
| date | Sun, 14 Dec 2025 20:39:38 -0500 |
| parents | 9e2434e1a8ac |
| children |
comparison
equal
deleted
inserted
replaced
| 53:9e2434e1a8ac | 54:7af5f3d7ec03 |
|---|---|
| 1 { | 1 { |
| 2 "manifest_version": 3, | 2 "manifest_version": 3, |
| 3 "name": "Hide Gemini and Google AI", | 3 "name": "Hide Gemini and Google AI", |
| 4 "version": "0.2.30", | 4 "version": "0.2.30.1", |
| 5 "icons": { | 5 "icons": { |
| 6 "16": "icons/16.png", | 6 "16": "icons/16.png", |
| 7 "32": "icons/32.png", | 7 "32": "icons/32.png", |
| 8 "64": "icons/64.png", | 8 "64": "icons/64.png", |
| 9 "128": "icons/128.png", | 9 "128": "icons/128.png", |
| 10 "256": "icons/256.png" | 10 "256": "icons/256.png" |
| 11 }, | 11 }, |
| 12 "browser_specific_settings": { | 12 "browser_specific_settings": { |
| 13 "gecko": { | 13 "gecko": { |
| 14 "id": "{f5870d8d-9ad4-411b-9f9e-3e176e4b1541}", | 14 "id": "{f5870d8d-9ad4-411b-9f9e-3e176e4b1541}", |
| 15 "data_collection_permissions": {"required": "none"} | 15 "data_collection_permissions": {"required": ["none"]} |
| 16 } | 16 } |
| 17 }, | 17 }, |
| 18 "description": "Hides AI-generated elements from Google properties, like search results, Google Drive, and more.", | 18 "description": "Hides AI-generated elements from Google properties, like search results, Google Drive, and more.", |
| 19 "content_scripts": [ | 19 "content_scripts": [ |
| 20 { | 20 { |
