Plot Functions

Plot Functions

Graphing Calculator and function plotter

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Plot Functions",
  "short_name": "Plot and Graph Functions",
  "description": "Graphing Calculator and function plotter",
  "version": "2.5.5",
  "minimum_chrome_version": "38",
  "icons": {
    "16": "assets/icon_16.png",
    "128": "assets/icon_128.png"
  },
  "sandbox": {
    "pages": [
      "data/index.html"
    ]
  },
  "offline_enabled": true,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  }
}