BMP to PDF Converter

BMP to PDF Converter

Convert BMP Files to PDF format

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "BMP to PDF Converter",
  "default_locale": "en",
  "description": "Convert BMP Files to PDF format",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "version": "4.0",
  "icons": {
    "128": "images/icon-128.png"
  },
  "permissions": [
    "*://api.freeconverting.com/*"
  ],
  "homepage_url": "https://api.freeconverting.com/bmp-to-pdf-converter.html",
  "browser_action": {
    "default_icon": "images/icon-128.png"
  },
  "web_accessible_resources": [
    "interface/*"
  ]
}