HEIC to JPG Converter

HEIC to JPG Converter

Use HEIC to JPG Converter to effortlessly convert heic to jpg or to change to png directly from your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "__MSG_extShortName__",
  "description": "__MSG_shortDesc__",
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "64": "img/icon-64.png",
    "96": "img/icon-96.png",
    "128": "img/icon-128.png"
  },
  "action": {
    "default_popup": "index.html"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "default_locale": "en",
  "manifest_version": 3,
  "minimum_chrome_version": "88.0.0.0",
  "permissions": [
    "downloads",
    "contextMenus",
    "offscreen",
    "activeTab",
    "scripting",
    "clipboardRead"
  ],
  "optional_permissions": [],
  "web_accessible_resources": [
    {
      "resources": [
        "lib/*",
        "index.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "sandbox": {
    "pages": [
      "sandbox.html"
    ]
  },
  "content_security_policy": {
    "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; worker-src blob:; child-src 'self';"
  },
  "version": "1.3.0"
}