My Calc

My Calc

A calculator extension that designed to help you make quick and efficient calculations on the fly

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "My Calc",
  "short_name": "My Calc",
  "version": "1.0.1",
  "description": "A calculator extension that designed to help you make quick and efficient calculations on the fly",
  "icons": {
    "64": "icons/64.png"
  },
  "action": {
    "browser_style": false,
    "default_title": "My Calc"
  },
  "chrome_url_overrides": {
    "newtab": "new-tab.html"
  }
}