Google School Toolbox

Google School Toolbox

A pop-up to access the Google apps teachers need, quickly. This extension takes up less real estate than individual icons.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Google School Toolbox",
  "version": "0.3",
  "description": "A pop-up to access the Google apps teachers need, quickly. This extension takes up less real estate than individual icons.",
  "author": "Thomas Hammerlund",
  "icons": {
    "128": "images/icon128.png"
  },
  "action": {
    "default_icon": "images/icon128.png",
    "default_popup": "gasp.html"
  }
}