Add to Google Classroom

Add to Google Classroom

This extension adds the current site to Google Classroom

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Add to Google Classroom",
  "description": "This extension adds the current site to Google Classroom",
  "version": "1.7",
  "permissions": [
    "tabs"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "default-src 'self'"
  },
  "action": {},
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  }
}