The Calculator

The Calculator

Calculator on the go, right in your browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "0.1",
  "name": "The Calculator",
  "short_name": "The Calculator",
  "icons": {
    "128": "assets/imgs/icon.png"
  },
  "action": {},
  "description": "Calculator on the go, right in your browser",
  "chrome_url_overrides": {
    "newtab": "views/tabs/tabs.html"
  },
  "background": {
    "service_worker": "serviceworker.js"
  },
  "permissions": []
}