Examine source code of Notion Cover

Inspect and view changes in Notion Cover 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": "Notion Cover",
  "version": "1.2.5",
  "description": "A Notion Cover to generator a cover for Notion note cover or the others cover.",
  "action": {
    "default_icon": "./assets/images/logo.png",
    "default_popup": "./popup/index.html"
  },
  "icons": {
    "16": "./assets/images/logo.png",
    "48": "./assets/images/logo.png",
    "128": "./assets/images/logo.png"
  },
  "oauth2": {
    "client_id": "260833350733-p66icgualo38for2prcr8t54ghe0fcm4.apps.googleusercontent.com",
    "scopes": [
      "email",
      "openid"
    ]
  },
  "permissions": [
    "identity",
    "identity.email",
    "storage"
  ]
}