Calculator in a Box

Calculator in a Box

Use this calculator without having to switch tabs or windows

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Calculator in a Box",
  "version": "2.1",
  "description": "Use this calculator without having to switch tabs or windows",
  "icons": {
    "16": "Icons/16.png",
    "32": "Icons/32.png",
    "48": "Icons/48.png",
    "128": "Icons/128.png"
  },
  "browser_action": {
    "default_popup": "Html/calculator.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}