GATE CALCULATOR

GATE CALCULATOR

Virtual Calculator for Gate Aspirants

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "logo128.png",
    "default_popup": "popup.html",
    "default_title": "GATE CALCULATOR"
  },
  "author": "Pallav Purbia",
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Y"
      }
    }
  },
  "description": "Virtual Calculator for Gate Aspirants",
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "64": "logo64.png",
    "128": "logo128.png"
  },
  "manifest_version": 3,
  "name": "GATE CALCULATOR",
  "permissions": [
    "activeTab",
    "sidePanel"
  ],
  "side_panel": {
    "default_path": "sidebar.html"
  },
  "version": "0.1.3",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}