サテライトオフィス・先生生徒画面共有機能(授業) for Google Classroom

サテライトオフィス・先生生徒画面共有機能(授業) for Google Classroom

サテライトオフィス・先生生徒画面共有機能(授業) for Google Classroom

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "サテライトオフィス・先生生徒画面共有機能(授業) for Google Classroom",
  "description": "サテライトオフィス・先生生徒画面共有機能(授業) for Google Classroom",
  "version": "1.0.2.8",
  "manifest_version": 2,
  "icons": {
    "32": "/images/32.png",
    "48": "/images/48.png",
    "96": "/images/96.png",
    "128": "/images/128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "identity",
    "identity.email",
    "http://*/*",
    "https://*/*",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "/scripts/ext_console.js",
      "/thirdparty/core.min.js",
      "/thirdparty/md5.min.js",
      "/thirdparty/lodash.min.js",
      "/thirdparty/lzutf8.js",
      "/thirdparty/firebase-app.js",
      "/thirdparty/firebase-auth.js",
      "/thirdparty/firebase-firestore.js",
      "/thirdparty/firebase-database.js",
      "/thirdparty/firebase-functions.js",
      "/scripts/util.js",
      "/scripts/ext_chrome.js",
      "/scripts/ext_classroom.js",
      "/scripts/ext_firebase.js",
      "/scripts/ext_lang.js",
      "/scripts/ext_auth.js",
      "/scripts/config.js",
      "/scripts/ext_server_log.js",
      "/scripts/ext_login.js",
      "/scripts/app.js",
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "サテライトオフィス・先生生徒画面共有機能(授業) for Google Classroom",
    "default_icon": {
      "32": "/images/32.png",
      "48": "/images/48.png",
      "96": "/images/96.png",
      "128": "/images/128.png"
    }
  },
  "content_security_policy": "script-src 'self'; script-src-elem 'self' https://apis.google.com https://ajax.googleapis.com https://www.googleapis.com https://*.firebaseio.com https://cdnjs.cloudflare.com https://cdn.jsdelivr.net https://*.firebasedatabase.app; object-src 'self'",
  "web_accessible_resources": [
    "*",
    "*.html",
    "css/*",
    "scripts/*",
    "images/*",
    "res/*",
    "thirdparty/*",
    "services/*"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjOjEbyE3mYzrGUykNfgEMo3uDYt8yL+G+ikEvIMpYFiZa4UC5C+j4iu1CHx1GhW3yncQd/soX4FLoLUO5PQ8nuUxf4FCzxz/RjueWDdYI81w0iwwNQaWN/k7ALww4djP7xZyQu16rh571q1B/PPCAC2iW+Z9o0DC/5S86RvROSWTiYyFPS265fRt0MpzUmAblNJctr5BsljWFKm+DvhFuExfhtsysIS+O+XQtqWjowhE3xj/TD4QliUY7evsNkpMONcqsT1SnJ57KGFwVKeuJ4pDBPxS0TWD5KilqxpLskZT3k4vv1PX4R1aF1r9CrQMo5Cj+m3OstH6xUd3nTqJjwIDAQAB",
  "oauth2": {
    "client_id": "528860550144-9harjnldd4ucgoufm0jdgej1cupt71c4.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"
    ]
  }
}