Examine source code of Pareto Drive

Inspect and view changes in Pareto Drive 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": "Pareto Drive",
  "description": "Check how space in your Google Drive are used.",
  "homepage_url": "https://extensions.bogv.online/",
  "version": "0.2.0",
  "manifest_version": 3,
  "icons": {
    "16": "16x16.png",
    "32": "32x32.png",
    "48": "48x48.png",
    "128": "128x128.png"
  },
  "action": {
    "default_title": "Cliсk to see Pareto Drive interface",
    "default_icon": "128x128.png"
  },
  "incognito": "split",
  "background": {
    "service_worker": "js/worker.js"
  },
  "permissions": [
    "tabs",
    "identity"
  ],
  "oauth2": {
    "client_id": "416641561935-ci2j19m61n6nk3ch43b6qu2cplr8t5nf.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/drive.readonly",
      "https://www.googleapis.com/auth/photoslibrary.readonly"
    ]
  },
  "host_permissions": [
    "https://lh3.googleusercontent.com/",
    "https://video-downloads.googleusercontent.com/",
    "https://photos.google.com/"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgCH6sNmyr14BpGlr91d2XM60NX7gANgNbVuAYpS0/Ps67+sfiIH4MTIOeavaWTD+01+ei7jsX8kGLh0fqNbbO5kGQcN0R+eBbIqqHcO/MuwNK1eGv5kB18Albza+DoWOoaoH48djVLrel70TQ7yno+YYqkPDnLWFiSfq+T9IRxvjeAbaNTBctiy8YgLjQRpaLn1/VfSzNQrA93R+uetYA7hEbK2xoBBU0wmojpz4JmeScQOfyeWiYyxCD2eiBhSfMuCwHYnQ4JWvPdsllnUcnoRLT6RJBZ7uo7zRL8M/th2u75th4mYo8gK0bYhFg6hfV1bQGC7aSeU4wYnmjQr47QIDAQAB"
}