Simple Calculator

Simple Calculator

Just a Calculator, Simple to use, and 100% offline

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appTitle__",
  "description": "__MSG_appPhrase__",
  "default_locale": "en",
  "version": "1.3.2",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "calculator-16.png",
    "128": "calculator-128.png"
  }
}