Alto Merge PDF Files by PDFfiller

Alto Merge PDF Files by PDFfiller

Merge multiple PDFs into one with the best free tool on the web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Alto Merge PDF Files by PDFfiller",
  "version": "1.0.0",
  "description": "Merge multiple PDFs into one with the best free tool on the web",
  "author": "PDFfiller",
  "manifest_version": 2,
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "*://*.amazonaws.com/*",
    "*://*.pdffillers.com/*",
    "*://*.pdffiller.com/*",
    "https://www.googleapis.com/",
    "background",
    "identity",
    "storage",
    "*://altomerge.com/*"
  ],
  "browser_action": {
    "default_title": "Alto Merge PDF Files by PDFfiller",
    "default_popup": "pages/popup.html"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "js/background.js"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://content.googleapis.com https://ajax.googleapis.com https://www.googleapis.com https://apis.google.com; object-src 'self'",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}