Classify app extension

Classify app extension

Access Classify directly from Google Calendar with our chrome extension and get key context and files exactly when you need them.…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Classify app extension",
  "version": "3.0",
  "manifest_version": 3,
  "action": {
    "default_title": "Open Classify"
  },
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "72": "logo.png"
  }
}