TI-84 Plus CE App for Chrome OS

TI-84 Plus CE App for Chrome OS

The TI-84 Plus CE App for Chrome OS extends the use of TI’s trusted, familiar calculator to help students learn and understand math.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TI-84 Plus CE App for Chrome OS",
  "short_name": "TI-84 Plus CE App",
  "default_locale": "en",
  "version": "1.1.0.36",
  "version_name": "1.1.0.36",
  "description": "The TI-84 Plus CE App for Chrome OS extends the use of TI’s trusted, familiar calculator to help students learn and understand math.",
  "icons": {
    "16": "calculator-16.png",
    "128": "calculator-128.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "identity",
    "https://*.ti.com/*",
    "gcm"
  ],
  "app": {
    "background": {
      "scripts": [
        "background.min.js",
        "saas/s.js",
        "lib/jose.min.js"
      ]
    }
  },
  "minimum_chrome_version": "66",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1IR+QBoOe8jNHSaXXXrfDjESHoLYX4SElXlpQiv1itBsf2ZGoMAaMZ7cQFd7V/m294c7QTEMPpEcfCAW575yjSK+YRfq/LM7LFnLUcBibQCZZOQJ6EGvqE6UjO/n/3VFO00Y1Xv4uCjL54mjOjplMdZn5uobdC79nEBdy6v6l4kh4axuzwqJ6Hl6/A4U7PsBgfr6wNIizj3UcTYATn6wEgiqNB1EyhDiPpdp4HE4YqIxxBLLltMDwFtwNK4DjVntXemQtKa2NgPGEVKdeFO67hyU0kVMO4sLJgngnoexpAt9VMxkXRwCZiROgZwBOdjVzG8Uya2pLd9UCQ4IT327dwIDAQAB"
}