Image to PDF - dearprint

Image to PDF - dearprint

Create a multi-page PDF from WEB or PC images. PDF/X format is supported.

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 - dearprint",
  "version": "0.0.4.0",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "top_icon128.png"
  },
  "options_page": "options.html",
  "minimum_chrome_version": "20",
  "offline_enabled": true,
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "<all_urls>",
    "storage",
    "unlimitedStorage"
  ],
  "browser_action": {
    "default_icon": {
      "19": "icon19.png",
      "38": "icon38.png"
    },
    "default_title": "Images to PDF"
  },
  "web_accessible_resources": [
    "icc/*"
  ]
}