Examine source code of Physics Grapher

Inspect and view changes in Physics Grapher source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "manifest_version": 2,
  "name": "Physics Grapher",
  "version": "1.6.1",
  "description": "A free and offline Chrome app for graphing and analyzing simple linear data sets.",
  "icons": {
    "16": "physicsgrapher02-16.png",
    "128": "physicsgrapher02-128.png"
  },
  "author": "devbrantmeier",
  "offline_enabled": true,
  "permissions": [
    "identity"
  ],
  "short_name": "Physics Grapher"
}