GeoGebra Classic

GeoGebra Classic

Apps bundle including free tools for geometry, spreadsheet, probability, and CAS

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "description": "__MSG_appDesc__",
  "version": "6.0.836.0",
  "manifest_version": 2,
  "minimum_chrome_version": "37.0.0.0",
  "permissions": [
    "webview",
    "power",
    "storage",
    "videoCapture",
    "pointerLock",
    "fullscreen",
    "system.display",
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    "accessibilityFeatures.read",
    "accessibilityFeatures.modify"
  ],
  "app": {
    "background": {
      "scripts": [
        "js/foam.js",
        "js/cab.js",
        "config.js",
        "background_main.js"
      ]
    }
  },
  "webview": {
    "partitions": [
      {
        "name": "static",
        "accessible_resources": [
          "*.html",
          "*.js",
          "*.css",
          "*.gif",
          "*.woff2"
        ]
      }
    ]
  },
  "offline_enabled": true,
  "kiosk_enabled": true,
  "default_locale": "en",
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "file_handlers": {
    "ggbFileHandler": {
      "extensions": [
        "ggb"
      ]
    }
  }
}