Examine source code of pfp.live

Inspect and view changes in pfp.live 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",
  "manifest_version": 3,
  "name": "pfp.live",
  "version": "1.1.13",
  "description": "Your Profile NFT permeates into WEB2 platforms",
  "icons": {
    "16": "assets/icons/icon.png",
    "48": "assets/icons/icon.png",
    "128": "assets/icons/icon.png"
  },
  "action": {
    "default_icon": "assets/icons/icon.png",
    "default_popup": "popup/index.html",
    "default_title": "pfp.live"
  },
  "content_scripts": [
    {
      "js": [
        "content/index.js"
      ],
      "matches": [
        "*://www.youtube.com/*",
        "*://youtube.com/*",
        "*://www.reddit.com/*",
        "*://reddit.com/*",
        "*://www.facebook.com/*",
        "*://facebook.com/*",
        "*://www.twitter.com/*",
        "*://twitter.com/*",
        "*://www.twitch.tv/*",
        "*://twitch.tv/*",
        "*://www.medium.com/*",
        "*://medium.com/*",
        "*://www.linkedIn.com/*",
        "*://linkedIn.com/*",
        "*://www.google.com/*",
        "*://google.com/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*"
      ],
      "matches": [
        "*://www.youtube.com/*",
        "*://youtube.com/*",
        "*://www.reddit.com/*",
        "*://reddit.com/*",
        "*://www.facebook.com/*",
        "*://facebook.com/*",
        "*://www.twitter.com/*",
        "*://twitter.com/*",
        "*://www.twitch.tv/*",
        "*://twitch.tv/*",
        "*://www.medium.com/*",
        "*://medium.com/*",
        "*://www.linkedIn.com/*",
        "*://linkedIn.com/*",
        "*://www.google.com/*",
        "*://google.com/*"
      ]
    }
  ],
  "background": {
    "service_worker": "background/index.js"
  },
  "permissions": [
    "tabs"
  ],
  "host_permissions": [
    "https://pfp.live/*",
    "https://www.pfp.live/*"
  ],
  "externally_connectable": {
    "ids": [
      "gafjpimcgmcemblekblimmnpaeaoihmb"
    ],
    "matches": [
      "https://pfp.live/*",
      "https://www.pfp.live/*",
      "https://*.youtube.com/*",
      "https://*.facebook.com/*",
      "https://*.medium.com/*",
      "https://*.reddit.com/*",
      "https://*.twitch.com/*",
      "https://*.twitter.com/*"
    ]
  }
}