Examine source code of PDF2Ebook - PDF to EPUB Offline Converter

Inspect and view changes in PDF2Ebook - PDF to EPUB Offline Converter 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PDF2Ebook - PDF to EPUB Offline Converter",
  "short_name": "PDF2Ebook",
  "description": "Convert PDF files to EPUB.",
  "manifest_version": 2,
  "version": "0.1.3.9",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    {
      "fileSystem": [
        "write",
        "directory"
      ]
    }
  ],
  "offline_enabled": true,
  "icons": {
    "16": "img/icons/icon16.png",
    "48": "img/icons/icon48.png",
    "128": "img/icons/icon128.png"
  }
}