Examine source code of Cometdocs PDF Converter

Inspect and view changes in Cometdocs PDF 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": "Cometdocs PDF Converter",
  "short_name": "Cometdocs",
  "description": "Extension for Google Drive which creates PDF and converts PDF to Word, Excel, PowerPoint, Images and multiple other formats.",
  "version": "1.0.0.0",
  "manifest_version": 2,
  "container": "GOOGLE_DRIVE",
  "api_console_project_id": "943717063768",
  "gdrive_mime_types": {
    "http://drive.google.com/intents/opendrivedoc": {
      "type": [
        "text/plain",
        "application/vnd.ms-excel",
        "pplication/vnd.openxmlformats-officedocument.wordprocessingml.document",
        "application/msword",
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
        "application/vnd.openxmlformats-officedocument.presentationml.presentation",
        "application/pdf",
        "application/vnd.ms-powerpoint",
        "application/vnd.oasis.opendocument.spreadsheet",
        "application/vnd.oasis.opendocument.presentation",
        "application/vnd.oasis.opendocument.text"
      ],
      "href": "http://www.cometdocs.com/file/gapiService",
      "title": "Converter",
      "disposition": "window"
    }
  },
  "icons": {
    "16": "icons/cometdocs-icon-16.png",
    "32": "icons/cometdocs-icon-32.png",
    "64": "icons/cometdocs-icon-64.png",
    "128": "icons/cometdocs-icon-128.png",
    "256": "icons/cometdocs-icon-256.png"
  },
  "app": {
    "launch": {
      "web_url": "http://www.cometdocs.com"
    }
  }
}