Calculator XL

Calculator XL

Calculator XL gives you the gold standard of calculator with big buttons!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Calculator XL gives you the gold standard of calculator with big buttons!",
  "sandbox": {
    "pages": [
      "default.html"
    ]
  },
  "name": "Calculator XL",
  "icons": {
    "16": "images/smalllogo.png",
    "128": "images/logo.png"
  },
  "version": "0.8"
}