Convert multiple images at the same time.
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",
"background": {
"service_worker": "/js/welcome.js"
},
"container": [
"GOOGLE_DRIVE"
],
"default_locale": "en",
"description": "__MSG_AppDesc__",
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png",
"64": "icon-64.png",
"72": "icon-72.png",
"96": "icon-96.png",
"128": "icon-128.png",
"192": "icon-192.png",
"256": "icon-256.png",
"512": "icon-512.png"
},
"manifest_version": 3,
"name": "__MSG_AppName__",
"offline_enabled": true,
"version": "3.0.0",
"action": {
"default_icon": "icon-512.png",
"default_popup": "popup.html"
},
"homepage_url": "https://photo-resizer.freeonlineapps.net/"
}