GitHub Copilot to PDF: Export Github Copilot chats Firefox

Examine source code of GitHub Copilot to PDF: Export Github Copilot chats

Inspect and view changes in GitHub Copilot to PDF: Export Github Copilot chats source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "version": "1.0.6",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "downloads",
    "downloads.open",
    "identity",
    "activeTab"
  ],
  "host_permissions": [
    "https://*.amazonaws.com/*",
    "https://*.googleusercontent.com/*",
    "https://ai-chat-exporter-api-792277256340.northamerica-south1.run.app/*",
    "https://ai-chat-exporter-api-github-copilot-792277256340.northamerica-south1.run.app/*",
    "https://api.dropboxapi.com/*",
    "https://api.github.com/*",
    "https://api.notion.com/*",
    "https://cloud-api.yandex.net/*",
    "https://content.dropboxapi.com/*",
    "https://copilot.com/*",
    "https://copilot.microsoft.com/*",
    "https://github.com/*",
    "https://oauth.yandex.com/*",
    "https://oauth.yandex.ru/*",
    "https://www.copilot.com/*",
    "https://www.googleapis.com/*"
  ],
  "background": {
    "scripts": [
      "lib/browser-polyfill.js",
      "utils/constants.js",
      "utils/background-helpers.js",
      "services/subscriptionService.js",
      "services/cloudStorageService.js",
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "lib/browser-polyfill.js",
        "lib/html2pdf.bundle.min.js",
        "content/shared.js",
        "content/github_copilot.js"
      ],
      "css": [
        "content/inject.css"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; connect-src * data: blob: filesystem:;"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*",
        "lib/*",
        "content/renderer.html",
        "content/renderer.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "github-copilot-to-pdf@neocortexai.in",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best GitHub Copilot to PDF: Export Github Copilot chats Alternatives

Here are some Firefox add-ons that are similar to GitHub Copilot to PDF: Export Github Copilot chats: