Scientific Calculator

Scientific Calculator

A powerful, programmable, scientific calculator.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Scientific Calculator",
  "description": "A powerful, programmable, scientific calculator.",
  "version": "1.2.0",
  "manifest_version": 2,
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "icons": {
    "16": "icon-flat-16.png",
    "128": "icon-flat-128.png"
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com 'sha256-VrBifu54SiacXZNSVJvvy/XpTPGPqUjq/1h0QTMgAIw='; object-src 'self'",
  "permissions": [
    "storage"
  ],
  "offline_enabled": true
}