Calculator

Calculator

handy tool that adds a calculator to your web browser, allowing you to quickly perform mathematical calculations while browsing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "pages/background.html"
  },
  "browser_action": {
    "default_icon": "images/128.png",
    "default_popup": "pages/index.html",
    "default_title": "__MSG_app_name__"
  },
  "default_locale": "en",
  "description": "__MSG_app_description__",
  "homepage_url": "https://www.downloadhub.cloud/2023/04/calculator.html",
  "icons": {
    "32": "images/32.png",
    "48": "images/48.png",
    "64": "images/64.png",
    "128": "images/128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_app_name__",
  "permissions": [
    "storage"
  ],
  "short_name": "calcu",
  "version": "0.1.2",
  "browser_specific_settings": {
    "gecko": {
      "id": "{52eb65e3-b318-4b80-8dcd-7c19001a61a7}"
    }
  }
}