Image Format Converter

Image Format Converter

Effortlessly convert your images to different formats directly in your browser with the Image Format Converter extension!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extension_oc_name__",
  "author": "https://www.converthelper.net",
  "description": "__MSG_extension_oc_description__",
  "version": "1.0",
  "default_locale": "en",
  "action": {
    "default_popup": "popup.html",
    "default_icon": "images/icon48.png"
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "64": "images/icon64.png",
    "128": "images/icon128.png"
  },
  "background": {
    "service_worker": "background.js"
  }
}