Examine source code of Adobe Acrobat: PDF edit, convert, sign tools

Inspect and view changes in Adobe Acrobat: PDF edit, convert, sign tools 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": "__MSG_web2pdfExtnName__",
  "storage": {
    "managed_schema": "schema.json"
  },
  "description": "__MSG_web2pdfExtnDescriptionChrome__",
  "version": "25.4.2.1",
  "options_page": "browser/js/options.html",
  "default_locale": "en",
  "permissions": [
    "contextMenus",
    "tabs",
    "downloads",
    "nativeMessaging",
    "webRequest",
    "webNavigation",
    "storage",
    "scripting",
    "alarms",
    "offscreen",
    "cookies",
    "sidePanel"
  ],
  "background": {
    "service_worker": "service-worker.js",
    "type": "module"
  },
  "incognito": "not_allowed",
  "externally_connectable": {
    "ids": [
      "bngnhmnppadfcmpggglniifohlkmddfc"
    ],
    "matches": [
      "https://*.adobe.com/*",
      "https://*.acrobat.com/*",
      "https://adobe.com/*",
      "https://www.adobe.com/*"
    ]
  },
  "icons": {
    "16": "browser/images/acrobat_dc_appicon_16.png",
    "48": "browser/images/acrobat_dc_appicon_48.png",
    "128": "browser/images/acrobat_dc_appicon_128.png"
  },
  "action": {
    "default_title": "__MSG_extensionMenuTitle__",
    "default_icon": "browser/images/acrobat_dc_appicon_24.png",
    "default_popup": "browser/js/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "libs/jquery-3.1.1.min.js",
        "browser/js/ch-settings.js",
        "content_scripts/SidePanel/GenAIWebpageBlocklist.js",
        "content_scripts/SidePanel/AnimateCannedQuestions.js",
        "content_scripts/SidePanel/ActionableCoachmark.js",
        "content_scripts/SidePanel/FABManager.js",
        "content_scripts/SidePanel/GenAIWebpageEligibilityService.js",
        "content_scripts/SidePanel/AttributionManager.js",
        "content_scripts/content-script-utils.js",
        "content_scripts/content-util.js",
        "content_scripts/ch-content-script.js",
        "content_scripts/injectBannerIframe.js",
        "content_scripts/prompts/ShowOneChild.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content_scripts/content-script-idle.js"
      ],
      "css": [
        "browser/css/express-tooltip.css"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content_scripts/ch-content-script-dend.js",
        "content_scripts/injectAIMarker.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_scripts/detect-embedded.js"
      ],
      "all_frames": true,
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://drive.google.com/*"
      ],
      "css": [
        "browser/css/gdrive-content-script.css",
        "browser/css/gsuite-fte.css",
        "browser/css/gdrive-touchpoint-service.css"
      ],
      "js": [
        "content_scripts/gdrive-content-script.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "js": [
        "content_scripts/express/express_whatsapp/whatsapp-content-script.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://drive.usercontent.google.com/download*"
      ],
      "js": [
        "content_scripts/gdrive-download-page-content-script.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "css": [
        "browser/css/gmail-content-script.css",
        "browser/css/gsuite-fte.css"
      ],
      "js": [
        "content_scripts/gmail-content-script.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://acrobat.adobe.com/*",
        "https://documentcloud.adobe.com/*"
      ],
      "js": [
        "content_scripts/acrobat-content-script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "minimum_chrome_version": "107.0",
  "manifest_version": 3,
  "web_accessible_resources": [
    {
      "resources": [
        "viewer.html",
        "signInHandler.html",
        "signInAdobeYolo.html",
        "browser/js/check-cookies.html",
        "browser/js/express.html",
        "browser/js/frame.html",
        "browser/js/frameUI.html",
        "browser/js/local-fte.html",
        "browser/js/lsCopy.html",
        "browser/js/gdrive-inject.js",
        "browser/js/viewer/localFileSignInRedirection.html",
        "browser/js/viewer/localFileSignInRedirection.html",
        "browser/js/download-banner.html",
        "browser/js/successToast.html",
        "browser/js/failToast.html",
        "browser/js/assistantPopup.html",
        "browser/images/SDC_GenAIGradientTrefoil_24_N.svg",
        "browser/css/fonts/AdobeClean-Regular.otf",
        "browser/css/fonts/AdobeClean-Bold.otf",
        "browser/images/dc_trefoil_red_32_n.svg",
        "browser/images/acrobat_dc_appicon_128.png",
        "browser/images/acrobat_dc_trefoil_24_white.svg",
        "browser/images/cross_10_n.svg",
        "browser/images/ExpressRemoveBackground.png",
        "browser/images/ExpressApplyEffects.png",
        "browser/images/ExpressCropImage.png",
        "content_scripts/express/express-fte.js",
        "content_scripts/express/express-fte-utils.js",
        "resources/SidePanel/sidePanelUpsellSuccess.html",
        "resources/SidePanel/sidePanelButton.html",
        "resources/SidePanel/index.html",
        "resources/SidePanel/ActionableCoachmark.html",
        "resources/SidePanel/FABViewSettings.html",
        "resources/SidePanel/signInSuccess.html",
        "resources/SidePanel/sidePanelUtil.js",
        "common/local-storage.js",
        "libs/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "content_scripts/gmail/gmail-inject.js",
        "content_scripts/gmail/state.js",
        "content_scripts/gmail/util.js",
        "content_scripts/gsuite/fte-utils.js",
        "content_scripts/gsuite/util.js",
        "content_scripts/gmail/gmail-response-service.js",
        "content_scripts/gmail/native-viewer-touch-point-service.js",
        "content_scripts/gmail/message-view-touch-point-service.js",
        "content_scripts/gmail/list-view-touch-point-service.js",
        "content_scripts/gmail/default-viewership-service.js"
      ],
      "matches": [
        "https://mail.google.com/*"
      ]
    },
    {
      "resources": [
        "content_scripts/gdrive/gdrive-inject.js",
        "content_scripts/gdrive/get-auth-user.js",
        "content_scripts/gdrive/state.js",
        "content_scripts/gdrive/util.js",
        "content_scripts/gsuite/util.js",
        "content_scripts/gsuite/fte-utils.js",
        "content_scripts/gdrive/touchpoint-service.js",
        "content_scripts/gdrive/search-handler.js"
      ],
      "matches": [
        "https://drive.google.com/*"
      ]
    },
    {
      "resources": [
        "browser/images/express_edit.svg",
        "browser/images/express_remove_background.svg",
        "browser/images/express_apply_effects.svg",
        "browser/images/express_crop_image.svg",
        "browser/images/express_insert_objects.svg",
        "browser/images/express_remove_objects.svg",
        "resources/express/expressDropdownMenu.html",
        "content_scripts/express/dropdown-menu.js"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; child-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline'; frame-src https://use.typekit.net https://assets.adobedtm.com https://*.adobecontent.io https://*.adobelogin.com https://local-test.acrobat.com:* https://local-test.acrobat.adobe.com:* https://*.acrobat.com https://*.adobe.com https://*.adobe.io"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "optional_permissions": [
    "history",
    "bookmarks"
  ]
}