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": "QuickResize - Image Resizer & Cropper",
"version": "2.0.0",
"description": "Fast bulk image resizer and cropper for social media. Resize photos for Instagram, Facebook, YouTube with presets.",
"permissions": [
"storage",
"downloads",
"contextMenus"
],
"action": {
"default_icon": {
"16": "icons\/icon128.png",
"64": "icons\/icon128.png",
"128": "icons\/icon128.png"
}
},
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icons\/icon128.png",
"64": "icons\/icon128.png",
"128": "icons\/icon128.png"
}
}