Examine source code of BrowserPDF Viewer

Inspect and view changes in BrowserPDF Viewer source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "No PDF Download",
  "description": "Opens all PDF files directly in the browser.",
  "version": "1.0.6",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "src/headers.js",
      "src/background.js"
    ]
  },
  "icons": {
    "128": "icon_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8a62f4e3-28a1-49c6-a98c-ce34607bc6e8}"
    }
  }
}