Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extensionName__",
"short_name": "__MSG_extensionShortName__",
"version": "1.0.6",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"icons": {
"16": "assets\/icon16.png",
"32": "assets\/icon32.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"action": {
"default_icon": {
"16": "assets\/icon16.png",
"32": "assets\/icon32.png"
}
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/gemini.google.com\/*"
],
"js": [
"scripts\/injector.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"scripts\/delete-conversations.js",
"scripts\/paywall-modal.js",
"scripts\/license-validator.js",
"style\/tokens.css"
],
"matches": [
"https:\/\/gemini.google.com\/*"
]
}
],
"permissions": [
"scripting",
"storage"
],
"host_permissions": [
"https:\/\/gemini.google.com\/*",
"https:\/\/api.lemonsqueezy.com\/v1\/licenses\/validate"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}