AltoSplitPDF: Separate PDF Pages for Free

AltoSplitPDF: Separate PDF Pages for Free

Split PDF files by pages with the help of AltoSplitPDF extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "AltoSplitPDF: Separate PDF Pages for Free",
  "version": "1.0.12",
  "description": "Split PDF files by pages with the help of AltoSplitPDF extension",
  "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",
    "*://altosplitpdf.com/*"
  ],
  "browser_action": {
    "default_title": "AltoSplitPDF: Separate PDF Pages for Free",
    "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'",
  "oauth2": {
    "client_id": "1060620009036-puoq9okl0ra5lmdrndgm5qchood6eaqo.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive"
    ]
  },
  "update_url": "https://clients2.google.com/service/update2/crx"
}