Alto Rotate Pages in PDF by PDFfiller

Alto Rotate Pages in PDF by PDFfiller

Rotate one or multiple pages in PDF right from your browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Alto Rotate Pages in PDF by PDFfiller",
  "version": "1.0.0",
  "description": "Rotate one or multiple pages in PDF right from your browser",
  "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",
    "*://altorotatepdf.com/*"
  ],
  "browser_action": {
    "default_title": "Alto Rotate Pages in PDF 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"
}