Win Bird 授業支援 コントローラ

Win Bird 授業支援 コントローラ

授業を強力に支援する数々の機能を提供し、IT教育をバックアップいたします。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Win Bird 授業支援 コントローラ",
  "version": "3.2.2.1002",
  "description": "授業を強力に支援する数々の機能を提供し、IT教育をバックアップいたします。",
  "manifest_version": 3,
  "action": {
    "default_icon": "./assets/icon_16.png",
    "default_title": "授業支援コントローラ"
  },
  "permissions": [
    "identity",
    "identity.email",
    "storage",
    "tabs",
    "desktopCapture",
    "bookmarks",
    "favicon"
  ],
  "storage": {
    "managed_schema": "schema.json"
  },
  "externally_connectable": {
    "ids": [
      "ajhcdhigekedagafngphjkdbcmfbfhbm"
    ],
    "matches": [
      "https://jsctrl.web.app/*",
      "https://educational-search.web.app/*"
    ]
  },
  "host_permissions": [
    "*://*/*",
    "<all_urls>"
  ],
  "background": {
    "service_worker": "./background.min.js"
  },
  "icons": {
    "16": "./assets/icon_16wb.png",
    "48": "./assets/icon_48.png",
    "128": "./assets/icon_128.png"
  },
  "options_page": "options.html",
  "oauth2": {
    "client_id": "613377969614-ot7pepj7n7u7le5989c08hp8ufmtvohi.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/admin.directory.group.readonly",
      "https://www.googleapis.com/auth/admin.directory.user.readonly",
      "https://www.googleapis.com/auth/classroom.courses",
      "https://www.googleapis.com/auth/classroom.rosters",
      "https://www.googleapis.com/auth/classroom.profile.emails",
      "https://www.googleapis.com/auth/userinfo.profile",
      "https://www.googleapis.com/auth/drive"
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoaV2ZxGqyZ9TQrBNmdHf1OTMneIKCqqwFNji1ApW+XSvfXQD69Gt1rQ/Qcrq3uJcbYpato+LNSiziPnVIOoFiDT7JwWXr5YFFTifLFOGAoWxevlpV/FbN3CkgFmPwqO6fYUe/GH8zrXr9DVmiDvwZJlhwHbHKf37L6nRek0xlS5XsvGaoqbiIsEkYsGXM3UHZhFmskBsJQzufGjITfa8ae2IP5iH0XutFhKux7nAAA3JhFBex4LjY6c0tY6lBtDBRSe0Dn8nIHb1kdsS2WVj2qIbZH5Jz5xXphiafGbJQptya3eNPpoFjFPtgElnIAhJn9qEe/F5hD9bAk+wmsEBqwIDAQAB"
}