Save to PDF for free with this tool

Save to PDF for free with this tool

Save to PDF online. it's quick and it's easy, stores webpage as PDF that can be downloaded and printed

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "default_locale": "en",
  "author": "Email: [email protected] website: https://pdf.co",
  "version": "1.0.19.424",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "short_name": "__MSG_appShortName__",
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "browser_action": {
    "default_title": "__MSG_appShortName__"
  },
  "permissions": [
    "tabs"
  ],
  "icons": {
    "128": "icon128.png"
  }
}