Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Image to PDF Converter by ImageFuse PDF",
"version": "1.0.1",
"description": "Convert images to PDF in Chrome. Offline and private. Supports JPG, PNG, WebP, AVIF, HEIC. Drag, drop, merge, and export\u2014start now!",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"storage",
"contextMenus",
"sidePanel",
"downloads",
"downloads.open",
"notifications",
"offscreen",
"activeTab"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"side_panel": {
"default_path": "src\/sidepanel\/index.html"
},
"action": {
"default_title": "Open ImageFuse PDF"
},
"web_accessible_resources": [
{
"matches": [],
"resources": [
"src\/offscreen\/offscreen.html"
],
"use_dynamic_url": false
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}