SketchUp for Schools

SketchUp for Schools

SketchUp in a browser for Primary and Secondary Schools signed up with G Suite for Education.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SketchUp for Schools",
  "description": "SketchUp in a browser for Primary and Secondary Schools signed up with G Suite for Education.",
  "container": [
    "DOMAIN_INSTALLABLE",
    "GOOGLE_DRIVE"
  ],
  "api_console_project_id": "260457348581",
  "gdrive_mime_types": {
    "http://drive.google.com/intents/opendrivedoc": [
      {
        "type": [
          "application/vnd.google.drive.ext-type.skp",
          "application/vnd.sketchup.skp",
          "application/x-koan"
        ],
        "href": "https://edu.sketchup.com/app/",
        "title": "Open",
        "disposition": "window"
      }
    ]
  },
  "version": "2.0.0",
  "manifest_version": 2,
  "icons": {
    "16": "img/icon_16.png",
    "32": "img/icon_32.png",
    "48": "img/icon_48.png",
    "64": "img/icon_64.png",
    "96": "img/icon_96.png",
    "128": "img/icon_128.png"
  },
  "app": {
    "urls": [
      "https://www.sketchup.com/education/sketchup-for-schools/"
    ],
    "launch": {
      "web_url": "https://edu.sketchup.com/app/"
    }
  }
}