Mathematical calculator

Mathematical calculator

It's mathematical calculator for every day

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "/img/calc128.png",
    "default_popup": "/html/popup.html"
  },
  "description": "It's mathematical calculator for every day",
  "icons": {
    "128": "/img/calc128.png",
    "256": "/img/calc256.png"
  },
  "manifest_version": 2,
  "name": "Mathematical calculator",
  "permissions": [
    "activeTab",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "short_name": "Math calc",
  "version": "1.0.2",
  "web_accessible_resources": [
    "/img/*",
    "/html/*",
    "/css/*"
  ]
}