Examine source code of Calculate Calculator

Inspect and view changes in Calculate Calculator 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",
  "name": "Calculate Calculator",
  "short_name": "Calculate Calculator",
  "description": "Calculator with multiple math functions that help you doing math easily.",
  "manifest_version": 2,
  "version": "0.0.6",
  "offline_enabled": true,
  "permissions": [
    "unlimitedStorage"
  ],
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "images/16.png",
    "19": "images/19.png",
    "38": "images/38.png",
    "48": "images/48.png",
    "128": "images/128.png"
  }
}