Inspect and view changes in Image Resizing source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Image Resizing",
"description": "Resize image in bulk. Rotate image. Export to app favicon, ...",
"version": "0.0.6",
"manifest_version": 3,
"icons": {
"16": "./assets/images/logo/logo_16.png",
"48": "./assets/images/logo/logo_48.png",
"128": "./assets/images/logo/logo_128.png",
"192": "./assets/images/logo/logo_192.png"
},
"action": {
"default_icon": {
"16": "./assets/images/logo/logo_16.png",
"48": "./assets/images/logo/logo_48.png",
"128": "./assets/images/logo/logo_128.png",
"192": "./assets/images/logo/logo_192.png"
},
"default_popup": "./popup/main.html",
"default_title": "Image Resizing v0.0.6"
}
}