Notion Cover

Notion Cover

A Notion Cover to generator a cover for Notion note cover or the others cover.

Merlin
Additional files are visible only to premium users

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"
  ]
}