PikPak Browser Extension

PikPak Browser Extension

Save your favorite content to your PikPak cloud drive with the most convenient assistant.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "PikPak Browser Extension",
  "version": "1.6.3",
  "version_name": "1.6.3.432",
  "description": "__MSG_appDesc__",
  "default_locale": "en_US",
  "icons": {
    "48": "icons/48.png",
    "72": "icons/72.png",
    "96": "icons/96.png",
    "144": "icons/144.png",
    "256": "icons/256.png",
    "512": "icons/512.png"
  },
  "offline_enabled": false,
  "action": {
    "default_icon": "icons/96.png",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "permissions": [
    "scripting",
    "contextMenus",
    "tabs",
    "storage",
    "downloads"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "service-worker.js"
  },
  "externally_connectable": {
    "matches": [
      "https://*.mypikpak.com/*",
      "https://mypikpak.com/*"
    ]
  }
}