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": "Compress Images \u2013 Optimize JPG & PNG Quality",
"version": "1.0",
"description": "Compress images by drag and drop with quality control",
"action": {
"default_icon": "Icon.png"
},
"permissions": [
"storage"
],
"icons": {
"128": "Icon.png"
},
"background": {
"service_worker": "background.js"
}
}