Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Peel Banana",
"version": "1.1.0",
"description": "Remove Gemini AI watermarks from images. Privacy safe - 100% local, images never uploaded.",
"permissions": [
"downloads"
],
"background": {
"service_worker": "src\/background\/service-worker.js",
"type": "module"
},
"action": {
"default_popup": "src\/popup\/popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_title": "Peel Banana - Remove Watermarks"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}