Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "3.4.0", "manifest_version": 3, "description": "__MSG_appDescription__", "default_locale": "en", "icons": { "16": "src\/images\/favicon.png", "128": "src\/images\/favicon.png" }, "content_scripts": [ { "js": [ "assets\/index.jsx-loader-89f07ec2.js" ], "matches": [ "https:\/\/classroom.google.com\/*" ], "exclude_matches": [ "https:\/\/classroom.google.com\/ineligible" ], "run_at": "document_idle", "css": [ "src\/index.css", "assets\/index-17470125.css" ], "media": [] } ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "src\/index.css", "src\/images\/*" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/classroom.google.com\/*" ], "resources": [ "assets\/happy-face-1acbc723.png", "assets\/medium-face-5d533b5b.png", "assets\/sad-face-8a4b772a.png", "assets\/study_bee_horizontal_black-0faec9ce.png", "assets\/kunskapsmal-2329e742.png", "assets\/_sentry-release-injection-file-a812ef33.js", "assets\/index.jsx-fa1aab0c.js" ], "use_dynamic_url": false } ], "permissions": [ "storage", "tabs", "activeTab", "identity", "identity.email", "webNavigation" ], "host_permissions": [ "http:\/\/*.google.com\/*", "https:\/\/*.google.com\/*", "http:\/\/*.studybee.io\/*", "https:\/\/*.studybee.io\/*" ], "oauth2": { "client_id": "397138885459-acirc55obp7gvk65lcmkbvosoc4trn2k.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/classroom.courses.readonly", "https:\/\/www.googleapis.com\/auth\/classroom.rosters.readonly", "https:\/\/www.googleapis.com\/auth\/classroom.coursework.me.readonly", "https:\/\/www.googleapis.com\/auth\/classroom.coursework.students.readonly", "https:\/\/www.googleapis.com\/auth\/classroom.profile.emails", "https:\/\/www.googleapis.com\/auth\/classroom.profile.photos", "https:\/\/www.googleapis.com\/auth\/classroom.push-notifications", "https:\/\/www.googleapis.com\/auth\/classroom.guardianlinks.me.readonly", "https:\/\/www.googleapis.com\/auth\/classroom.guardianlinks.students.readonly", "https:\/\/www.googleapis.com\/auth\/drive.file", "https:\/\/www.googleapis.com\/auth\/classroom.topics.readonly" ] } }