#Best# PDF Saver

#Best# PDF Saver

Print Friendly and PDF any Webpage

Additional files are visible only to premium users

manifest.json


{
  "name": "#Best# PDF Saver",
  "manifest_version": 2,
  "version": "1.5.5",
  "description": "Print Friendly and PDF any Webpage",
  "icons": {
    "16": "images/print-friendly-16px.png",
    "48": "images/print-friendly-48px.png",
    "128": "images/print-friendly-128px.png"
  },
  "background": {
    "scripts": [
      "background.js",
      "assets/saver/center.js",
      "assets/saver/view.js",
      "assets/saver/process.js",
      "assets/saver/export.js",
      "assets/saver/lists.js"
    ]
  },
  "default_locale": "en",
  "web_accessible_resources": [
    "core.html",
    "algo.html"
  ],
  "browser_action": {
    "default_icon": "images/print-friendly-green-19px.png",
    "default_title": "Print Friendly & PDF"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end",
      "all_frames": true,
      "js": [
        "assets/saver/pop.js",
        "assets/saver/service.js",
        "assets/saver/pdf-handler.js",
        "assets/saver/upwork.js"
      ]
    }
  ],
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "storage",
    "webRequest",
    "contextMenus",
    "http://*/*",
    "https://*/*",
    "webRequestBlocking"
  ],
  "content_security_policy": "script-src 'self' https://cdn.printfriendly.com https://www.printfriendly.com https://v.printfriendly.com https://key-cdn.printfriendly.com https://ds-4047.kxcdn.com https://www.google-analytics.com https://platform.twitter.com https://api.twitter.com https://cdnjs.cloudflare.com https://cdn.ravenjs.com; object-src 'self'",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}