サテライトオフィス・クラスルーム拡張機能(先生用)

サテライトオフィス・クラスルーム拡張機能(先生用)

サテライトオフィス・クラスルーム拡張機能(先生用)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "サテライトオフィス・クラスルーム拡張機能(先生用)",
  "description": "サテライトオフィス・クラスルーム拡張機能(先生用)",
  "version": "1.0.6",
  "manifest_version": 3,
  "icons": {
    "32": "/images/classroom_32.png",
    "48": "/images/classroom_48.png",
    "96": "/images/classroom_96.png",
    "128": "/images/classroom_128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "identity",
    "identity.email",
    "scripting"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "32": "/images/classroom_32.png",
      "48": "/images/classroom_48.png",
      "96": "/images/classroom_96.png",
      "128": "/images/classroom_128.png"
    },
    "default_title": "クラスルーム拡張機能(先生用)"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "*",
        "*.html",
        "css/*",
        "scripts/*",
        "images/*",
        "res/*",
        "thirdparty/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtHAhdBNK51/MJwwxQVEq3um3SAMICSuk64A8EW7U7AtOJSQtuW9HPUrjb6oO1Ry0HQ3MYQfomPrFZr6g91uKKdeUILut7+6i0+y5IHc4MK6/uhVi0UazPLPX2+MNNmaPUt1LrTRRy750vyFZpW0fc6T9fkNK83lMT7TQKH0RX38Jk0CTSahu+WFRXcPIGKcSfXQK32q22Wm5Ngz20WE5XCrOfIWi8+ryjjTAVam5cDdQRxLB+PQDH4HZ3Yzst3HUH2vbmwD3qMDoytd4If/fCfC++21OaB778RsH9T1UTZLj2bmXCtuebQWXSp8bOvjxpNZxJtFYPmlkhGuP391T8wIDAQAB",
  "oauth2": {
    "client_id": "6041207596-tt2jt18mtmvv4ac2hr7rt0vnnml0rfuj.apps.googleusercontent.com",
    "scopes": [
      "openid",
      "email",
      "profile",
      "https://www.googleapis.com/auth/classroom.courses.readonly",
      "https://www.googleapis.com/auth/classroom.rosters.readonly",
      "https://www.googleapis.com/auth/classroom.profile.emails",
      "https://www.googleapis.com/auth/classroom.profile.photos"
    ]
  }
}