Smart Voice Calculator

Smart Voice Calculator

Easily make calculations using your voice

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "0.7.6",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "short_name": "Voice Calc",
  "author": "Codarren Velvindron",
  "browser_action": {
    "default_title": "__MSG_appAction__",
    "default_popup": "src/popup.html",
    "default_icon": "icons/icon16.png"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2
}