Image to PDF Converter

Image to PDF Converter

Get your images(jpg, png, gif, bmp) converted to PDF document instantly

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Image to PDF Converter",
  "default_locale": "en",
  "description": "Get your images(jpg, png, gif, bmp) converted to PDF document instantly",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "version": "1.0",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "browser_action": {
    "default_icon": "images/icon-128.png"
  },
  "permissions": [
    "tabs"
  ]
}