Examine source code of My Web lib

Inspect and view changes in My Web lib 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": "My Web lib",
  "description": "Make a library of your favourite web content",
  "version": "1.1.1",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm4ZgXHJpbP5Qym2Wx8I5IrElgHs7kpcxz+aBZooLg8gOdrjlk1MSfVm/fQDTAMyHsD7V+HLXvK9X8XO1r9rOIlBWVlbp1jAx+7QwX4eSiNr8Z0pCK2IbB6BKq4Vf/5jA0AZXC9RfwwEMFvoDVbElgHFwLdHH6ykTkPQzVbredXcOEwchZCMhpsspDpNMb4RdHXuqnDjcxP75v5bN5v4FvXOMoVE0bem7LmeuMs0b8SrdY58wbgmdOKjFN3Ht+tuaU7aN5Kr6cTh2ebH4QS/4JCDpw0MiAmzsP4pTrs9OtYOpzlVSPRxiGWPoVSGEo7CfCE4vi21zXkQEX0Eh33VZ1wIDAQAB",
  "action": {
    "default_popup": "index.html",
    "default_icon": "images/icon-128.png"
  },
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "background": {
    "service_worker": "service-worker.js",
    "type": "module"
  },
  "permissions": [
    "storage",
    "identity",
    "tabs",
    "sidePanel"
  ],
  "host_permissions": [
    "https://api.instagram.com/oauth/authorize/*"
  ],
  "oauth2": {
    "client_id": "356355723893-605ai52ubi6cuaokbv0f8om1ckdpdple.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/youtube.readonly",
      "https://www.googleapis.com/auth/youtube.force-ssl"
    ]
  }
}