The Mathist - The Joy of Math

The Mathist - The Joy of Math

Write math notes, the smarter way! Save to Google Drive, plot with Desmos, solve with Wolfram Alpha and play with Geogebra!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "The Mathist - The Joy of Math",
  "short_name": "The Mathist",
  "description": "Write math notes, the smarter way! Save to Google Drive, plot with Desmos, solve with Wolfram Alpha and play with Geogebra!",
  "version": "1.0",
  "manifest_version": 2,
  "icons": {
    "128": "Icon.png"
  },
  "app": {
    "urls": [
      "http://www.themathist.com/",
      "http://themathist.com/"
    ],
    "launch": {
      "web_url": "http://themathist.com/app"
    }
  }
}