PDFBEAR - Convert, Merge, and Compress PDF

PDFBEAR - Convert, Merge, and Compress PDF

Your #1 choice to convert, merge and compress PDF with ease. 100% for free!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PDFBEAR - Convert, Merge, and Compress PDF",
  "version": "1.0.4",
  "description": "Your #1 choice to convert, merge and compress PDF with ease. 100% for free!",
  "options_page": "options.html",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "assets/logo_16.png",
      "32": "assets/logo_32.png",
      "48": "assets/logo_48.png",
      "128": "assets/logo_128.png"
    }
  },
  "icons": {
    "16": "assets/logo_16.png",
    "32": "assets/logo_32.png",
    "48": "assets/logo_48.png",
    "128": "assets/logo_128.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "MacCtrl+Shift+F"
      },
      "description": "Opens index.html"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage",
    "tabs",
    "https://*.pdfbear.com/"
  ],
  "web_accessible_resources": [
    "webAccessibleResources/pdfBearExtension.json"
  ]
}