Online File Converter

Online File Converter

Online Convert PDF, image, video, document, audio and other files to other formats. Support for 20247 format conversions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "short_name": "OnlineFileConverter",
  "description": "__MSG_extDesc__",
  "version": "1.0.1",
  "manifest_version": 3,
  "default_locale": "en",
  "background": {
    "type": "module"
  },
  "action": {
    "default_title": "__MSG_extName__",
    "default_icon": "assets/img/OnlineConverter.png",
    "default_popup": "views/popup.html"
  },
  "icons": {
    "16": "assets/img/OnlineConvert16.png",
    "48": "assets/img/OnlineConverter48.png",
    "128": "assets/img/OnlineConverter.png"
  }
}